Search

Download this Manual
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


Displaying 21 to 30 of 200 total results
https://dev.mysql.com/doc/refman/5.7/en/docker-mysql-getting-started.html
Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux platforms. Other platforms are not supported, and users using these MySQL Docker images on them are doing so at their own risk. See the discussion here ...
https://dev.mysql.com/doc/refman/5.7/en/connection-control-plugin-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=connection_control.so After modifying my.cnf, restart the server to cause the new settings to take effect. To ... This section describes how to install the connection control plugins, CONNECTION_CONTROL and ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
To switch to the mysql user on your OS, use the --shell=/bin/bash option for the su command: su - mysql --shell=/bin/bash Installation of previous versions of MySQL using older packages might have created a configuration file named /usr/my.cnf. It ... The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-launchd.html
Additional launchd related information: The plist entries override my.cnf entries, because they are passed in as command line arguments. For more complicated setups, you may want to remove some of the arguments and instead rely on a MySQL ... macOS ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-preparation.html
To provide replication backup capability, you also need to add an --ndb-connectstring option to the replica's my.cnf file prior to starting the replication process. For additional options that can be set in my.cnf for replicas, see Section 16.1.6, ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 21.7.2, “General Requirements for NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-multi.html
mysqld_multi searches for groups named [mysqldN] in my.cnf (or in the file named by the --defaults-file option). # This is an example of a my.cnf file for mysqld_multi. mysqld_multi is designed to manage several mysqld processes that listen for ...
https://dev.mysql.com/doc/refman/5.7/en/updating-direct-rpms.html
It is highly recommended that you examine the contents of the file and migrate the desired settings inside to the file /etc/my.cnf file, then remove /usr/my.cnf. It is preferable to use the MySQL Yum repository or MySQL SLES Repository to upgrade ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-auto-sync.html
It is possible to automate much of the process described in the previous section (see Section 21.7.9, “NDB Cluster Backups With NDB Cluster Replication”). The following Perl script reset-replica.pl serves as an example of how you can do this.
https://dev.mysql.com/doc/refman/5.7/en/selinux-file-context.html
The MySQL Server reads from and writes to many files. If the SELinux context is not set correctly for these files, access to the files could be denied. The instructions that follow use the semanage binary to manage file context; on RHEL, it's part ...
https://dev.mysql.com/doc/refman/5.7/en/password-security-user.html
For example, on Unix, you can list your password in the [client] section of the .my.cnf file in your home directory: [client] password=password To keep the password safe, the file should not be accessible to anyone but yourself. For example: $> ...
Displaying 21 to 30 of 200 total results