Search Results
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/mysql-cluster-programs-ndb-config.html
This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf file. cluster-config-suffix Command-Line Format ...By ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/plugin-loading.html
To install a plugin named myplugin from a plugin library file named somepluglib.so, use these lines in a my.cnf file: [mysqld] plugin-load-add=myplugin=somepluglib.so In this case, the plugin is not registered in mysql.plugin. Remove from the my.cnf ... Server plugins must be loaded into the server before they can be ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica.html
Edit the my.cnf file of the new replica and put skip-replica-start and event_scheduler=off (if the source uses the Event Scheduler) under the [mysqld] section. For example: mysql> ALTER EVENT mysql.event DISABLE ON REPLICA; Remove the line ... MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-repository-options.html
If the value of the parameter is different from backup-dir/datadir, it is stored into the backup-my.cnf file as innodb_data_home_dir for information, so that mysqlbackup can understand the structure of the backup when it performs various operations ... These options specify various parameters related to the backup image or directory, or to how the backup will be ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option file. For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”.
https://dev.mysql.com/doc/refman/8.4/en/option-file-options.html
Most MySQL programs that support option files handle the following options. Because these options affect option-file handling, they must be given on the command line and not in an option file. To work properly, each of these options must be given ...
https://dev.mysql.com/doc/refman/8.4/en/system-variable-privileges.html
(For information about dynamic variables, see Section 7.1.9.2, “Dynamic System Variables”.) For certain global system variables, SET can be used to persist their value to the mysqld-auto.cnf file in the data directory, to affect server operation ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/partial.html
$ mysqlbackup --defaults-file=/home/dbadmin/my.cnf --include="^test\.ib.*" backup # Contents in the backup directory's subdirectory for the test database: $ ls /sqldata-backup/test ibstest0.ibd ibtest09.ibd The backup directory's subdirectory for ...