Search



Search Results
Displaying 461 to 470 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
MySQL Installation Layout on Microsoft Windows For MySQL 8.4 on Windows, the default installation directory is C:\Program Files\MySQL\MySQL Server 8.4 for installations using the MSI, although the MSI Custom setup type allows using a different ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
What is a MySQL connection? Why might I need to create more than one? A MySQL connection links (connects) Workbench to a MySQL server. Most actions performed within Workbench are then performed against the connected MySQL server. For example, the ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
The capability flags are used by the client and server to indicate which features they support and want to use. Value 0x00000080 Server Enables the LOCAL INFILE request of LOAD DATA|XML. See mysql_real_connect() CLIENT_TRANSACTIONS Value 0x00002000 ...Value 0x00000001 CLIENT_FOUND_ROWS Send found rows instead of affected rows in ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
The exceptions are: Any client who connects to the server using a nonanonymous account can change the password for that account. Important Under some circumstances, ALTER USER may be recorded in server logs or on the client side in a history file ...
https://dev.mysql.com/doc/refman/8.4/en/charset-applications.html
This causes the server to use the given settings for all applications that do not make other arrangements. This causes the server to use the given settings as the defaults for all applications, without having to specify them at server startup. If ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options.html
The following sections contain information about mysqld options and server variables that are used in replication and for controlling the binary log. Command-Line Format --server-id=# System Variable server_id Scope Global Dynamic Yes SET_VAR Hint ...Options and variables for use on sources and replicas are covered separately, as are options and variables relating to binary logging and global transaction identifiers ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-reference.html
One set of functions permits the server's list of version tokens to be manipulated and inspected. The following functions permit the server's list of version tokens to be created, changed, removed, and inspected. version_tokens_delete(name_list) ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing up. --replica-info When backing up a replica server, this option captures information ...This option is not compatible with the --no-locking option; using both options together will make mysqlbackup throw an ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.restore.html
To restore a MySQL instance from a backup to a database server: Shut down the database server. Use, for example, the copy-back-and-apply-log command, which converts the raw backup into a prepared backup by updating it to a consistent state, and ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. #include <mysql/plugin.h> plugin.h defines the MYSQL_FTPARSER_PLUGIN server plugin type and the data structures needed to declare the plugin. This descriptor contains the ...For introductory information about full-text parser plugins, see Full-Text Parser ...
Displaying 461 to 470 of 3329 total results