Search



Search Results
Displaying 11 to 20 of 441 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
backup-my.cnf Records the configuration parameters that specify the layout of the MySQL data files. Although some extra files such as backup-my.cnf and the meta subdirectory are present in the backup directory, these files are also included in the ... The following table shows the different types of files that are included in a single-file backup image or a directory ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
To support NDB Cluster, you should 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/mysql-enterprise-backup/8.4/en/meb-backup-single-file.html
mysqlbackup --defaults-file=/home/dbadmin/my.cnf --backup-image=/backups/sales.mbi --backup-dir=/backup-tmp backup-to-image Example 4.2 Single-File Backup to Relative Path When a relative path instead of an absolute path was supplied with the ... To ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
Files and resources that the mysql user requires read access to include configuration files (e.g., /etc/my.cnf) and the MySQL binaries (/usr/local/mysql/bin). $> cd /usr/local/mysql $> bin/mysqld --defaults-file=/etc/my.cnf --initialize ...
https://dev.mysql.com/doc/refman/8.4/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/mysql-enterprise-backup/8.4/en/glossary.html
backup-my.cnf A small configuration file generated by MySQL Enterprise Backup, containing a minimal set of configuration parameters. Often referred to by its default file name, my.cnf on Linux, Unix, and macOS systems, and my.ini on Windows systems.
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/set-variable.html
It is also possible to make persistent configuration changes by manually modifying a my.cnf option file, but that is more cumbersome, and an error in a manually entered setting might not be discovered until much later. variable: { user_var_name | ...
https://dev.mysql.com/doc/connectors/en/connector-python-option-files.html
Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf ... (For general information about option files in MySQL, see Using Option Files.) Two arguments for the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-option-files.html
Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf ... (For general information about option files in MySQL, see Using Option Files.) Two arguments for the ...
Displaying 11 to 20 of 441 total results