Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster.html
By using AdminAPI, which is included with MySQL Shell, you can easily configure and administer a group of at least three MySQL server instances to function as an InnoDB Cluster. Each MySQL server instance in an InnoDB Cluster runs MySQL Group ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/upgrade-mysql-clusterset.html
For details on upgrading with Group Replication, see Upgrading a Group Replication Member. Use dba.configureInstance() to fix it." ], "memberId": "3bb2592e-8926-11ec-8b6f-02001707f44a", "memberRole": "PRIMARY", "memberState": "ONLINE", "mode": ...
https://dev.mysql.com/doc/workbench/en/wb-importing-sql-script.html
There are no routine groups in this schema, but you should see the Routine Groups section and an Add Group icon. For this tutorial, use the sakila database script, which you can find by visiting the https://dev.mysql.com/doc/index-other.html page.
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
Each role also appears in the Roles group, which represents the hierarchical relationship among the defined roles. However, if no parent role was provided, the Objects and Privileges groups are empty. To add an object and define privileges for it, ... The Schema Privileges panel has the following sections, used to create users for your schemas and to define roles: Users Roles The following figure displays the Schema Privileges section of the MySQL Model ...
https://dev.mysql.com/doc/internals/en/calling-sequence.html
For simple non-grouping queries only Section 18.1.3, “send_row()” is called once for each result row. For grouping queries add() is called once for each source row. Section 18.1.5, “end_group()” is called once at the end of each group ...
https://dev.mysql.com/doc/internals/en/transformation-scalar-in.html
a) SELECT * from t1 where t1.a in (SELECT t2.a FROM t2); b) SELECT * from t1 where t1.a in (SELECT t2.a FROM t2 GROUP BY t2.a); Item_in_subselect inherits the mechanism for getting a value from Item_exists_subselect. If the subquery does not contain ... To rewrite a scalar IN subquery, the Item_in_subselect::single_value_transformer method is ...
https://dev.mysql.com/doc/internals/en/x-protocol-notices-notices.html
Global Notices Global Notices are sent by the server in case of events happen that are unrelated to the currently active message sequence: server is shutting down node disconnected from group schema or table dropped binlog events Server Shutting ...
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
In the Windows Security Tokens area, enter a token for each Windows user (or group) who can authenticate with the MySQL user name. Multiple security tokens are separated by the semicolon character (;) and use the following format for local and ...
https://dev.mysql.com/doc/mysql-installer/en/server-file-permission-options.html
You have the following options: MySQL Installer can configure the folders and files with full control granted exclusively to the user running the Windows service, if applicable, and to the Administrators group. You are then able to decide if a group ... Optionally, permissions set on the folders and files located at C:\ProgramData\MySQL\MySQL Server 8.0\Data can be managed during the server configuration ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-4.html
This section provides information about keywords and reserved words in MySQL 8.4. MySQL 8.4 Keywords and Reserved Words MySQL 8.4 New Keywords and Reserved Words MySQL 8.4 Removed Keywords and Reserved Words MySQL 8.4 Keywords and Reserved Words ...