Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-options.html
The available algorithms are the same as for the protocol_compression_algorithms system variable. MYSQL_OPT_RETRY_COUNT (argument type: unsigned int *) The retry count for I/O-related system calls that are interrupted while connecting to the server ...MYSQL_INIT_COMMAND (argument type: char *) SQL statement to execute when connecting to the MySQL ... int mysql_options(MYSQL *mysql, enum mysql_option option, ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlbinlog-backup.html
mysqlbinlog can read log files directly from the local file system, or, with the --read-from-remote-server option, it can connect to a server and request binary log contents from that server. It can also make a continuous (“live”) backup, ... By ...
https://dev.mysql.com/doc/refman/9.7/en/proxy-users.html
If the check_proxy_users system variable is enabled, the server performs proxy user mapping for any authentication plugins that make such a request: By default, check_proxy_users is disabled, so the server performs no proxy user mapping even for ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-migrate-keyring.html
This is typically the value of the plugin_dir system variable for the local MySQL server. On Windows, this option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. In addition, the ...--get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based password ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-encrypted-innodb.html
Important For MySQL Enterprise Backup to backup encrypted InnoDB tablespaces, the operating system user that runs MySQL Enterprise Backup must have write permission for the keyring file on the server if the keyring_aws plugin is used on it. For ...
https://dev.mysql.com/doc/refman/9.7/en/resetting-permissions.html
Start the MySQL server with the init_file system variable set to name the file (notice that the backslash in the option value is doubled): C:\> cd "C:\Program Files\MySQL\MySQL Server 9.7\bin" C:\> mysqld --init-file=C:\\mysql-init.txt If you ...Log ... If you have never assigned a root password for MySQL, the server does not require a password at all for connecting as ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server (SLES). Adding the MySQL SLES Repository First, add the MySQL SLES repository to your system's repository list. For ...
https://dev.mysql.com/doc/refman/9.7/en/windows-pluggable-authentication.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). The file must be located in the directory named by the plugin_dir system variable. MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-reference.html
To use a different database, set the audit_log_database system variable at server startup. If there are invalid filter configurations in the audit_log_filter table, the audit_log_filter_recovery_mode system variable controls the recovery mode of the ...audit_log_compression Command-Line Format --audit-log-compression=value Deprecated Yes System Variable audit_log_compression Scope Global Dynamic No SET_VAR Hint Applies No Type Enumeration Default Value NONE Valid Values NONEGZIP The type of compression for the audit log ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/glossary.html
With MySQL Enterprise Backup, you might take a backup on one server, and restore on a different system to create a new replica server with the data already in place. You might also back up data from a replica server rather than the source, to ...