Search



Search Results
Displaying 701 to 710 of 2264 total results
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
For example: docker run --name=mysql1 --network=my-custom-net -d container-registry.oracle.com/mysql/community-server docker run --name=myapp1 --network=my-custom-net -d myapp The myapp1 container can then connect to the mysql1 container with the ...
https://dev.mysql.com/doc/refman/8.4/en/explain.html
When EXPLAIN is used with FOR CONNECTION connection_id rather than an explainable statement, it displays the execution plan for the statement executing in the named connection. See Section 10.8.4, “Obtaining Execution Plan Information for a Named ...In practice, the DESCRIBE keyword is more often used to obtain information about table structure, whereas EXPLAIN is used to obtain a query execution plan (that is, an explanation of how MySQL would execute a ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
Do I need any special networking to run NDB Cluster? How do computers in a cluster communicate? NDB Cluster is intended to be used in a high-bandwidth environment, with computers connecting using TCP/IP. Its performance depends directly upon the ...
https://dev.mysql.com/doc/refman/8.4/en/grant.html
(Alternatively, if you have the UPDATE privilege for the grant tables in the mysql system schema, you can grant any account any privilege.) When the read_only system variable is enabled, GRANT additionally requires the CONNECTION_ADMIN privilege (or ...[WITH GRANT OPTION] [AS user [WITH ROLE DEFAULT | NONE | ALL | ALL EXCEPT role [, role ] ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-basics.html
An SQL node is a mysqld process started with the --ndbcluster and --ndb-connectstring options, which are explained elsewhere in this chapter, possibly with additional MySQL server options as well. MySQL clients using an NDB Cluster as a data source ... NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data-persistence ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
Table 25.25 Common NDB cluster log messages Log Message Description Event Name Event Type Priority Severity Node mgm_node_id: Node data_node_id Connected The data node having node ID node_id has connected to the management server (node mgm_node_id).
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mysqld.html
The mysqld parameter ndb-connectstring is used to specify the connection string either on the command line when starting mysqld or in my.cnf. The connection string contains the host name or IP address where the management server can be found, as ...
https://dev.mysql.com/doc/refman/8.4/en/show-engine.html
The connection row's Status column contains the name-value pairs described in the following table. The number in the created column is the same as the number of data nodes in the cluster to which the MySQL server has connected. SHOW ENGINE ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
For convenience, MySQL Enterprise Backup can also read settings from the [client] section, for configuration options that are common between MySQL Enterprise Backup and other programs that connect to the MySQL server. connection The mechanism used ... These terms are commonly used in information about the MySQL Enterprise Backup ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
To avoid aborting the program when a connection terminates, MySQL blocks SIGPIPE on the first call to mysql_library_init(), mysql_init(), or mysql_connect(). Two threads can share the same connection with the following caveats: Unless you are using ... This section provides guidance for writing client programs that use the thread-related functions in the MySQL C ...
Displaying 701 to 710 of 2264 total results