Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-failover.html
We have employed a user variable @latest here to represent the value obtained in Step 1. Of course, it is not possible for one mysqld instance to access user variables set on another server instance directly. Running multiple replication channels ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-innodb-replicaset-introduction.html
Operations enable you to create MySQL Router users at the ReplicaSet level, to work with the MySQL Routers bootstrapped against the ReplicaSet, and so on. For more information on these technologies, see the user documentation linked in the ... This ...
https://dev.mysql.com/doc/refman/8.4/en/windows-choosing-package.html
The MSI includes a MySQL Configurator application that is recommended for most users to set up, configure, and reconfigure the MySQL server. Make sure that you are logged in as a user with administrator privileges. Other platforms are not supported, ... For MySQL 8.4, there are multiple installation package formats to choose from when installing MySQL on ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-sha2-cache-plugin.html
X Plugin supports MySQL user accounts created with the caching_sha2_password authentication plugin. The X Plugin authentication cache stores hashes of user account passwords, and cannot be accessed using SQL. If a user account is modified or ...For ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encrypted-innodb-options.html
The following is the command-line option for working with encrypted InnoDB tables and binary/relay logs: --encrypt-password[=STRING] Command-Line Format --encrypt-password=STRING Type String The user-supplied password by which mysqlbackup encrypts ... MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-gather.html
ID and password of privileged MySQL user You record this during installation of your own databases, or get it from the DBA when backing up databases you do not own. If you perform the backup and restore using a different OS user than the one who ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-streaming.html
Example 4.14 Single-file Backup to a Remote MySQL Server The following command streams the backup as a single backup file to be restored on a remote MySQL server: mysqlbackup --backup-dir=backup --backup-image=- --compress backup-to-image | \ ssh ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-issues-mysql-cluster.html
You can also back up NDB databases and tables using the ndb_mgm client START BACKUP command, and restore them using the ndb_restore program; however MySQL Cluster Manager is not aware of backups that it was not employed to create. Therefore, the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent.html
Before you can start using MySQL Cluster Manager to create and manage a MySQL NDB Cluster, the MySQL Cluster Manager agent must be started on each computer that is intended to host one or more nodes in the MySQL NDB Cluster to be managed. The MySQL ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/using-own-protocol-trace-plugins.html
This plugin provides a framework showing how to set up the client plugin descriptor and create the trace-related callback functions. After authentication, you can check the user name for the connection and stop tracing if it is not the user in whom ... Note To use your own protocol trace plugins, you must configure MySQL with the WITH_TEST_TRACE_PLUGIN CMake option disabled because only one protocol trace plugin can be loaded at a time and an error occurs for attempts to load a second ...