Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
InitialLogFileGroup: Describes log file group that is created during initial start. NodeGroup: Node group to which data node belongs; used only during initial start of cluster. NodeGroupTransporters: Number of transporters to use between nodes in ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/add-instances-cluster.html
Group Replication implements compatibility policies which consider the version of the instances, and the Cluster.addInstance() operation detects this and in the event of an incompatibility the operation terminates with an error. See Checking the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-syntax.html
The top-level properties of a routing guideline document are: destinations: groupings of MySQL servers using pattern-matching expressions. destinations Destination classes enable you to group MySQL instances according to criteria. classes: define ...Only online topology members are considered when forming a candidate ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/rescan-cluster.html
Note group_replication_transaction_size_limit is set to the maximum value in Replica Clusters. The options dictionary supports the following: updateViewChangeUuid: Boolean value used to indicate if a value should be generated and set for the ... If ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
option_groups: Which groups to read from option files, if option files are read. The value can be an option group name (a string) or a sequence of group name strings. If this argument is not given, the default value is ['client', 'connector_python'] ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
option_groups: Which groups to read from option files, if option files are read. The value can be an option group name (a string) or a sequence of group name strings. If this argument is not given, the default value is ['client', 'connector_python'] ... A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', database='test') The following table describes the arguments that can be used to initiate a ...
https://dev.mysql.com/doc/internals/en/tracing-example.html
The statement's execution is naturally made of "steps": "steps": [ { "join_preparation": { This is a join's preparation "select#": 1, for the first SELECT of the statement (which has only one, here). "rest_of_plan": [ { "database": "test", "table": ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines messages. Message ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-0.html
This section provides information about keywords and reserved words in MySQL 8.0. MySQL 8.0 Keywords and Reserved Words MySQL 8.0 New Keywords and Reserved Words MySQL 8.0 Removed Keywords and Reserved Words MySQL 8.0 Keywords and Reserved Words ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-35.html
Bugs Fixed When assigning role permissions to a selected group, the selected group in the drop down box was ignored and error was emitted: "You must select a Group is Group-specific permissions is selected for Role test-role. Functionality Added or ...