Search



Search Results
Displaying 971 to 980 of 4187 total results
https://dev.mysql.com/doc/extending-mysql/9.7/en/plugin-api-components.html
Command-line options and system variables: The --plugin-load option enables plugins to be loaded at server startup time. The plugin_dir system variable indicates the location of the directory where all plugins must be installed. The value of this ...
https://dev.mysql.com/doc/refman/9.7/en/thread-pool-installation.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). For example: mysql> SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/rescan-cluster.html
For MySQL Server instances at release 8.0.27 and above, for an InnoDB Cluster that is part of an InnoDB ClusterSet, the group_replication_view_change_uuid system variable is required and must be set to the same value on all member servers in the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
--backup-password-from-stdin[=TRUE|FALSE] Command-Line Format --backup-password-from-stdin When used in place of --backup-password, this option enables input of the backup password from the system shell (stdin), similar to how this is done when ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-replication.html
Normal (non-clustered) replication involves a source server and a replica server, the source being so named because operations and data to be replicated originate with it, and the replica being the recipient of these. This process is accomplished by ... NDB Cluster supports asynchronous replication, more usually referred to simply as ...
https://dev.mysql.com/doc/refman/9.7/en/lock-tables.html
(An exception to this policy can occur for small values of the max_write_lock_count system variable; see Section 10.11.4, “Metadata Locking”.) If the LOCK TABLES statement must wait due to locks held by other sessions on any of the tables, it ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-update-mysql-configuration.html
If the new configuration changes any system variables that are not dynamic, the MySQL Server process, mysqld, will restart. This will change the user configurable system variables for the DB System to the values in the new configuration. Note: You ... Update MySQL Configuration 3.4.5 Update MySQL Configuration Update the MySQL configuration for a DB ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-partial-options.html
On Unix-like systems, quote the regular expression appropriately to prevent interpretation of shell meta-characters. On Unix-like systems, quote the regular expression appropriately to prevent interpretation of shell meta-characters. By default, all ... To select specific data to be backed up or restored, use the partial backup and restore options described in this ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-table-export.html
The session value of the system variables character_set_client, character_set_connection, and character_set_results are set to this value for each connection. The character set must be permitted by the character_set_client system variable and ...The ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-limitations.html
The recipient MySQL server instance retains its configuration, including persisted system variable settings (see Section 7.1.9.3, “Persisted System Variables”.) The clone plugin does not support cloning of binary logs. The clone plugin is ...
Displaying 971 to 980 of 4187 total results