Search



Search Results
Displaying 381 to 390 of 3829 total results
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/mysql-enterprise-backup/8.4/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/8.4/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/8.4/en/linux-installation-rpm.html
See Section 2.5.9, “Managing MySQL Server with systemd” for additional information. From the Download MySQL Community Server page in the MySQL Developer Zone. mysql-commercial-server Database server and related tools mysql-commercial-test Test ... The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by ...
https://dev.mysql.com/doc/refman/8.4/en/import-table.html
For example, the .sdi file can be placed in the directory named by the secure_file_priv system variable, or (if secure_file_priv is empty) in a directory under the server data directory. The import server uses /tmp/mysql-files as the directory named ...The example uses these assumptions (to perform a similar operation on your own system, modify the path names as appropriate): For the export server, export_basedir represents its base directory, and its data directory is ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
(The CA certificate, if used, must be the same on both sides.) server-cert.pem, server-key.pem: Use these to set the ssl_cert and ssl_key system variables on the server side. When the installation has finished, add C:\OpenSSL-Win32\bin to the ...The ...
https://dev.mysql.com/doc/refman/8.4/en/windows-start-service.html
To make it easier to invoke MySQL programs, you can add the path name of the MySQL bin directory to your Windows system PATH environment variable: On the Windows desktop, right-click the My Computer icon, and select Properties. Next select the ...A ... On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
See Section 2.5.9, “Managing MySQL Server with systemd” for additional information. You can stop the MySQL Server with the following command: $> sudo systemctl stop mysql Installing Additional MySQL Products and Components You can install more ... The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux ...
Displaying 381 to 390 of 3829 total results