PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-startup-configuration.html
For example, use these lines in your my.cnf file: [mysqld] performance_schema=ON If the server is unable to allocate any internal buffer during Performance Schema initialization, the Performance Schema disables itself and sets performance_schema to ... To use the MySQL Performance Schema, it must be enabled at server startup to enable event collection to ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-shutdowns.html
Setting sync_binlog=1 in the source's my.cnf file helps to minimize this problem because it causes the source to flush its binary log more frequently. To minimize the chance of this occurring, set sync_relay_log_info=1 in the replica my.cnf file.
https://dev.mysql.com/doc/refman/5.7/en/socket-pluggable-authentication.html
For example, put these lines in the server my.cnf file: [mysqld] plugin-load-add=auth_socket.so After modifying my.cnf, restart the server to cause the new settings to take effect. The server-side auth_socket authentication plugin authenticates ...
https://dev.mysql.com/doc/refman/5.7/en/test-pluggable-authentication.html
For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: [mysqld] plugin-load-add=auth_test_plugin.so After modifying my.cnf, restart the server to cause the new settings to take effect. MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/upgrade-troubleshooting.html
If problems occur, such as that the new mysqld server does not start, verify that you do not have an old my.cnf file from your previous installation. If this command displays anything other than the program name, you have an active my.cnf file that ...You can check this with the --print-defaults option (for example, mysqld ...
https://dev.mysql.com/doc/refman/5.7/en/using-encrypted-connections.html
Several configuration parameters are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. This section provides general guidance about configuring the server and clients for encrypted ...
https://dev.mysql.com/doc/refman/5.7/en/validate-password-installation.html
For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: [mysqld] plugin-load-add=validate_password.so After modifying my.cnf, restart the server to cause the new settings to take effect. This ...
https://dev.mysql.com/doc/refman/5.7/en/windows-pluggable-authentication.html
For example, put these lines in the server my.cnf file: [mysqld] plugin-load-add=authentication_windows.dll After modifying my.cnf, restart the server to cause the new settings to take effect. Note Windows pluggable authentication is an extension ...
https://dev.mysql.com/doc/refman/5.7/en/x-plugin-encrypted-connections.html
This section explains how to configure X Plugin to use encrypted connections. To enable configuring support for encrypted connections, X Plugin has mysqlx_ssl_xxx system variables, which can have different values from the ssl_xxx system variables ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-mysql-cluster.html
In the following section, we answer questions that are frequently asked about NDB Cluster and the NDB storage engine. Which versions of the MySQL software support NDB Cluster? Do I have to compile from source? A.10.2. What is the difference between ...