Search Results
https://dev.mysql.com/doc/refman/8.4/en/firewall-information-schema-tables.html
The following sections describe the INFORMATION_SCHEMA tables associated with MySQL Enterprise Firewall (see Section 8.4.7, “MySQL Enterprise Firewall”). These tables are available only if the appropriate firewall plugins are enabled.
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-juju.html
The Juju deployment framework supports easy installation and configuration of MySQL servers.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux.html
A host running an SQL node must have installed on it a MySQL Server binary (mysqld). It is not necessary to install the MySQL Server binary on management node hosts and data node hosts. This section covers installation methods for NDB Cluster on ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
CommunicationOpened Connection 8 INFO Node mgm_node_id: Node api_node_id: API version The API node having node ID api_node_id has connected to management node mgm_node_id using NDB API version version (generally the same as the MySQL version number). The following table lists the most common NDB cluster log ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-basics.html
ALGORITHM=INPLACE, REORGANIZE PARTITION statement in the mysql client for each NDBCLUSTER table. You can do this by issuing, for each NDBCLUSTER table, an OPTIMIZE TABLE statement in the mysql client. In this section, we list the basic steps ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-backup-file.html
--backup-key-from-stdin Command-Line Format --backup-key-from-stdin Allow input of the decryption key from standard input, similar to entering a password after invoking mysql --password with no password supplied. --backup-password-from-stdin ...This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-all.html
ndb_select_all prints all rows from an NDB table to stdout. Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] Options that can be used with ndb_select_all are shown in the following table. --connect-retries Command-Line ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security.html
This section discusses security considerations to take into account when setting up and running NDB Cluster.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-single-user-mode.html
Single user mode enables the database administrator to restrict access to the database system to a single API node, such as a MySQL server (SQL node) or an instance of ndb_restore. API nodes—such as MySQL Servers—waiting for a connection (that ...When entering single user mode, connections to all other API nodes are closed gracefully and all running transactions are ...
https://dev.mysql.com/doc/refman/8.4/en/plugin-services.html
MySQL server plugins have access to server “plugin services.” The plugin services interface complements the plugin API by exposing server functionality that plugins can call. For developer information about writing plugin services, see MySQL ...