Search



Search Results
Displaying 21 to 30 of 441 total results
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
After installing the plugins at runtime, the system variables that they expose 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 ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
Configuration Files Stored Inside the Backups Each set of backup data includes a configuration file, backup-my.cnf, containing a set of configuration parameters. Here is a sample backup-my.cnf file generated by mysqlbackup: Example 21.1 Sample ...
https://dev.mysql.com/doc/refman/8.4/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 by the user mysql: [mysqld] user=mysql You can ...A MySQL Docker installation is different from a common, non-Docker installation in the following aspects: Only a limited number of binaries are ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
To avoid a possible security hole where a user adds a --user=root option to a my.cnf file (thus causing the server to run as root), mysqld uses only the first --user option specified and produces a warning if there are multiple --user options. When ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration-validation.html
Suppose that a MySQL 5.7 server was run using that system variable in its my.cnf file and then upgraded to MySQL 8.4. 2018-11-05T10:40:02.712178Z 0 [ERROR] [MY-010119] [Server] Aborting --validate-config can be used with the --defaults-file option ... MySQL supports a --validate-config option that enables the startup configuration to be checked for problems without running the server in normal operational mode: mysqld --validate-config If no errors are found, the server terminates with an exit code of ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
How do I use the SSL Certificate wizard to enable SSL for both my MySQL server and MySQL client? Execute the wizard to generate the SSL certificates, and then modify your MySQL server's configuration file (my.cnf or my.ini) accordingly. You can ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-replication-standard-rules.html
Add binlog_checksum = CRC32 to your MySQL configuration file (my.cnf) to be sure checksums are enabled the next time the server is started. Add binlog_row_image = minimal to your MySQL configuration file (my.cnf) to be sure the new setting is in ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
Example command line for offline migration from a keyring plugin to a keyring component: mysqld --defaults-file=/usr/local/mysql/etc/my.cnf --keyring-migration-to-component --keyring-migration-source=keyring_okv.so ... A keyring migration copies ...
https://dev.mysql.com/doc/refman/8.4/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.3.6, “Starting MySQL from the Windows Command Line”. To start multiple servers this way, you can specify the appropriate options on the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-cloud.html
mysqlbackup --defaults-file=/home/dbadmin/my.cnf --backup-dir=/home/dbadmin/backuptmp \ --with-timestamp --backup-image=- --cloud-service=OCI --cloud-par-url=<bucket_PAR_URL> --cloud-object=backup.bk \ backup-to-image Example 4.17 Creating a Cloud ...Only single-file backups can be created on and restored from a cloud ...
Displaying 21 to 30 of 441 total results