Search Results
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-full-text-plugins.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. #include <mysql/plugin.h> plugin.h ...For introductory information about full-text parser plugins, see Full-Text Parser ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-cluster-user-accounts.html
Global privileges on *.* for RELOAD, SHUTDOWN, PROCESS, FILE, SELECT, SUPER, REPLICATION SLAVE, REPLICATION CLIENT, REPLICATION_APPLIER, CREATE USER, SYSTEM_VARIABLES_ADMIN, PERSIST_RO_VARIABLES_ADMIN, BACKUP_ADMIN, CLONE_ADMIN, and EXECUTE. Note ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-upgrade-rolling.html
If this is not correct, the report_host MySQL system variable should be changed. ^[[36mNOTE: ^[[0mSome configuration options need to be fixed: +----------------------------------------+---------------+----------------+----------------------------+ | ... To upgrade the server instances in an InnoDB Cluster, complete the following steps: Upgrade MySQL ...Check ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/upgrade-mysql-clusterset.html
If this is not correct, the report_host MySQL system variable should be changed. ^[[36mNOTE: ^[[0mSome configuration options need to be fixed: +----------------------------------------+---------------+----------------+----------------------------+ | ... To upgrade the server instances in an InnoDB ClusterSet, complete the following steps: Upgrade MySQL ...Check ...
https://dev.mysql.com/doc/refman/9.7/en/error-message-elements.html
The MySQL server writes some error messages to its error log. The MySQL client library takes errors received from the server and makes them available to the host client program. Client-side error messages are generated from within the MySQL client ... This section discusses how error messages originate within MySQL and the elements they ...
https://dev.mysql.com/doc/refman/9.7/en/stored-programs-logging.html
To relax the preceding conditions on function creation (that you must have the SUPER privilege and that a function must be declared deterministic or to not modify data), set the global log_bin_trust_function_creators system variable to 1. By ... The ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-requirements.html
Use the server_id system variable to configure the server with a unique server ID, as required for all servers in replication topologies. You can prevent the use of other storage engines by setting the disabled_storage_engines system variable on ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/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/workbench/en/workbench-faq.html
How does MySQL Workbench increase import performance? When a model is exported (Database, Forward Engineer...), some MySQL server variables are temporarily set to enable faster SQL import by the server. These server variables are then reset at the ...What is a MySQL connection? Why might I need to create more than one? A MySQL connection links (connects) Workbench to a MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-commands.html
mysql sends each SQL statement that you issue to the server to be executed. If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. This enables ...