Search



Search Results
Displaying 401 to 410 of 3329 total results
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). For example, on SLES 15, to disable the subrepositories for MySQL 8.0 server and tools, which are enabled by ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
Users who have logged in to Windows can connect from MySQL client programs to the server based on the information in their environment without specifying an additional password. MySQL Enterprise Edition for Windows supports an authentication method ... Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/proxy-users.html
There is no provision for mapping host names: When a client connects to the server, the server determines the proper account based on the user name passed by the client program and the host from which the client connects. Requirements for Proxy User ...The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
To control the initial firewall state explicitly, you can set the variable at server startup. For example, to enable the firewall in an option file, use these lines: [mysqld] mysql_firewall_mode=ON After modifying my.cnf, restart the server to cause ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-enterprise-backup.html
MySQL Enterprise Backup is a commercially-licensed backup utility for MySQL Server, available with MySQL Enterprise Edition. The following instructions assume that you are already familiar with how to use MySQL Enterprise Backup to perform a ...
https://dev.mysql.com/doc/refman/8.4/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 8.4\bin" C:\> mysqld --init-file=C:\\mysql-init.txt If you ... If ...For instructions on assigning a password, see Section 2.9.4, “Securing the Initial MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/import-table.html
Tables can be exported from one server using mysqldump to write a file of SQL statements and imported into another server using mysql to process the dump file. Prior to import, the files that provide the table content must be placed in the ...The ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
To install only the client programs, you can skip mysql-community-server in your list of packages to install; issue the following command: $> sudo yum install mysql-community-{client,client-plugins,common,libs}-* Replace yum with zypper for SLES, ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and clients. Note An easier alternative to generating the files required for SSL than the procedure described here is to let the ...The first example shows a simplified procedure such as you might use from the command ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
In that case, the server writes messages similar to these to the error log during the startup process (the exact numbers may vary): [ERROR] Column count of mysql.user is wrong. The mysql.user system table indicates for each account when its password ... MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed ...
Displaying 401 to 410 of 3329 total results