Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
Notes Backing up a server that uses a keyring plugin or component other than component_keyring_encrypted_file is only supported for servers that allow socket connections or TCP/IP connections using TLS; it is, therefore, not supported when, for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
The mysqlbackup command connects to the MySQL server using the credentials supplied with the --user and --password options. Here are the privileges required by mysqlbackup: The minimum privileges for the MySQL user with which mysqlbackup connects ...You can either create a new user with a limited set of privileges, or use an administrative account such as ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
For backups:You do not need to specify this option, because its value is retrieved automatically using the database server connection. For backups: You do not need to specify this option, because its value is retrieved automatically using the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Otherwise, MySQL Cluster Manager is unable to connect to the agent processes on those hosts. Any hosts referenced in the list must be members of the site to which the cluster belongs. You are still recommended to follow the best practice of ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-architecture.html
This means that any connected agent can be used to carry out tasks that effect the entire cluster. In addition, the client can be used on any computer that has a network connection to at least one of the hosts where an agent process is running. The ... This section provides an architectural overview of MySQL Cluster Manager, its components, and their ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-get.html
Process2: For attributes that require specifying two nodes, such as those relating to TCP/IP connections, this column shows the process type of the second node. row *************************** Name: StartConnectBackoffMaxTime Value: 0 Process1: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-linux.html
To start the MySQL Cluster Manager agent on a given host running a Linux or similar operating system, you should run mcmd, found in the bin directory within the manager installation directory on that host. Typical options used with mcmd are shown ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
For string columns, the length value varies on the connection character set. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-reused.html
bool mysql_get_ssl_session_reused(MYSQL *mysql) Description Indicates whether the currently connected session is reusing a prior session. Return Values TRUE if a session was reused when establishing the TLS connection. FALSE if the session is not ...