Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.encrypted.html
Restore an encrypted backup image named <image_name> to <restoreDir> on the server with copy-back-and-apply-log, using the encryption key contained in a file named <keyFile> : Example 5.5 Restoring an Encrypted Backup Image mysqlbackup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
Example 5.1 Restoring a Database Server mysqlbackup --defaults-file=<my.cnf> -uroot --backup-image=<image_name> \ --backup-dir=<backupTmpDir> --datadir=<restoreDir> copy-back-and-apply-log The copy-back-and-apply-log command achieves two things: ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.incremental.html
Note The --incremental option is not needed when restoring an incremental backup. There are different ways to use incremental backups to restore a database server under different scenarios. The --backup-dir option is used to specify the temporary ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
Command-line-only attributes are attributes that, when outside of MySQL Cluster Manager, must be specified as command-line options instead of parameters in a configuration file (for example, config.ini or my.cnf). This section covers the commands ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
Example MYSQL mysql; mysql_init(&mysql); mysql_options(&mysql,MYSQL_READ_DEFAULT_GROUP,"your_prog_name"); if (!mysql_real_connect(&mysql,"host","user","passwd","database",0,NULL,0)) { fprintf(stderr, "Failed to connect to database: Error: %s\n", ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
Once they are installed, they are loaded at mysqld initialization time and configuration options can be set at the command line or within my.cnf. The server plugin interface enables plugins to expose status and system variables using the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
For keyring_file, use these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: [mysqld] early-plugin-load=keyring_file.so For additional information about plugin loading, see Installing and Uninstalling Plugins. MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
Example: myCnf: | [mysqld] max-user-connections=42 ndb-extra-logging=10 The format used for the configuration string is similar to that used in a MySQL my.cnf file. NdbMysqldSpec is the specification for any MySQL Servers to be run as NDB Cluster ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-3.html
(Bug #36568752, Bug #36623058) An error in a my.cnf file could cause the management node to shut down unexpectedly. MySQL NDB Cluster 8.4.3 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems ...