Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
When you select Named Pipe connectivity, and then proceed to the next step, you are prompted to set the level of access control granted to client software on named-pipe connections. You can set the level of access control based on the Windows user ... Server Configuration Type Choose the MySQL server configuration type that describes your ...
https://dev.mysql.com/doc/mysqld-version-reference/en/options-variables.html
The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-local.html
mysql> GRANT BACKUP_ADMIN ON *.* TO 'clone_user'; where clone_user is the MySQL user that performs the cloning operation. The user you select to perform the cloning operation can be any MySQL user with the BACKUP_ADMIN privilege on *.*. Note A local ...The BACKUP_ADMIN privilege is required to execute CLONE LOCAL DATA DIRECTORY ...
https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source-configuration.html
Create a suitable user account on all the sources that the replica can use to connect. A multi-source replication topology requires at least two sources and one replica configured. In these tutorials, we assume that you have two sources source1 and ...
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
If necessary, initialize the data directory and create the MySQL grant tables. If you configured MySQL using MySQL Configurator, the root user is created automatically with the password you supplied. GUI tools exist that perform most of the tasks ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
We then try to open such tables, and if we fail to do so, we alert the user. ABORT is the default; this enables the user to fix the issue using the older version of the server before upgrading to the new one. WARN flags the issues, but allows the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.html
This MySQL user must have certain privileges in the MySQL server, as described in Section 4.1.2, “Grant MySQL Privileges to Backup Administrator”. mysqlbackup --user=dba --password --port=3306 \ --with-timestamp --backup-dir=/export/backups \ ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
If the mcmd MySQL user account is not set up properly, you may see No access for user..., Incorrect grants for user..., or possibly other errors. The following list contains some common errors you may encounter, and their likely causes: MySQL ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using-ui.html
Figure 32.1 Default Query Analyzer View Table 32.2 Controls of the default Query Analyzer view Control Description Filters Query Analyzer: contains the following default, system filters: Administration Statements: filters on statements of type ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-column-privileges-table.html
The COLUMN_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...