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 1 to 10 of 200 total results
https://dev.mysql.com/doc/refman/5.7/en/my-print-defaults.html
my_print_defaults displays the options that are present in option groups of option files. The output indicates what options are used by programs that read the specified option groups. For example, the mysqlcheck program reads the [mysqlcheck] and ...
https://dev.mysql.com/doc/refman/5.7/en/option-files.html
Table 4.1 Option Files Read on Windows Systems File Name Purpose %WINDIR%\my.ini, %WINDIR%\my.cnf Global options C:\my.ini, C:\my.cnf Global options BASEDIR\my.ini, BASEDIR\my.cnf Global options defaults-extra-file The file specified with ... Most ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html
This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and clients. The first example shows a simplified procedure such as you might use from the command line. The first two examples ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-enterprise-backup.html
Restore backup of s2 onto the host for s3: s3> mysqlbackup --defaults-file=/etc/my.cnf \ --datadir=/var/lib/mysql \ --backup-image=/backups/my.mbi_2206_1429 \ --backup-dir=/tmp/restore_`date +%d%m_%H%M` copy-back-and-apply-log Note The command above ... MySQL Enterprise Backup is a commercially-licensed backup utility for MySQL Server, available with MySQL Enterprise ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-config-example.html
To support NDB Cluster, you must to update my.cnf as shown in the following example. You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings ...
https://dev.mysql.com/doc/refman/5.7/en/glossary.html
Traditionally, on Linux and Unix this file is named my.cnf, and on Windows it is named my.ini. my.cnf The name, on Unix or Linux systems, of the MySQL option file. Traditionally, on Linux and Unix this file is named my.cnf, and on Windows it is ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html
For example, if you display a regular unobfuscated my.cnf option file on the screen, any passwords it contains are visible for anyone to see. The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login ...
https://dev.mysql.com/doc/refman/5.7/en/docker-mysql-more-topics.html
The following conditions must be met for the bind-mounting to work: The configuration file path-on-host-machine/my.cnf must already exist, and it must contain the specification for starting the server using the user mysql: [mysqld] user=mysql You ...
https://dev.mysql.com/doc/refman/5.7/en/ldap-pluggable-authentication.html
After installing the plugins at runtime, their system variables become available and you can add settings for them to your my.cnf file to configure the plugins for subsequent restarts. For example: [mysqld] ... Note LDAP pluggable authentication is ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-command-line-servers.html
The procedure for starting a single MySQL server manually from the command line is described in Section 2.3.4.6, “Starting MySQL from the Windows Command Line”. To start multiple servers this way, you can specify the appropriate options on the ...
Displaying 1 to 10 of 200 total results