Search



Search Results
Displaying 401 to 410 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-cli.html
config-type N/A configuration-type list Developer, Server, Dedicated, Manual development configure, reconfigure N/A Optimizes system resources depending on the intended use of the server instance. WIN_SERVICE_ACCOUNT_PWD: This environment variable ...Executing MySQL Configurator requires a Windows user with administrative privileges, as otherwise the system prompts for the ...
https://dev.mysql.com/doc/refman/9.7/en/password-management.html
The mysql.user system table indicates for each account when its password was last changed, and the server automatically treats the password as expired at client connection time if its age is greater than its permitted lifetime. To establish ...
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/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/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 ...
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/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/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 ...
Displaying 401 to 410 of 4187 total results