Search Results
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. You can either create a new user with a limited set of privileges, or use an administrative account such as root. Here are ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-securing.html
When using dba.createCluster() with the adoptFromGR option to adopt an existing Group Replication group, no SSL settings are changed on the adopted cluster: memberSslMode cannot be used with adoptFromGR. If the SSL settings of the adopted cluster ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-working-with-cluster.html
This uses the group action coordinator exposed through the functions described at Configuring an Online Group, and as such you should observe the rules for configuring online groups. To override the election process and force a specific server ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-modules-palettes.html
Figure C.5 The Workbench Scripting Shell Tab: Classes When the Classes tab is selected, the list displays the following items: Group by Name: Group by the object name Group by Hierarchy: Group by inheritance Group by Package: Group by functionality ... The Workbench Scripting Shell features the Files, Globals, Classes, Modules, and Notifications tabs, in addition to the main Shell ...
https://dev.mysql.com/doc/internals/en/autotools-configure-support.html
configure --help shows the following information pertaining to plugins: The plugin-related options The names of all available plugins For each plugin, a description of its purpose, which build types it supports (static or dynamic), and which plugin ...The following configure options are used to select or disable plugins: ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
Dictionary::createLogfileGroup() Description This method creates a new log file group, given an instance of LogfileGroup. Signature int createLogfileGroup ( const LogfileGroup& lGroup ) Parameters A single argument, a reference to a LogfileGroup ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Currently there is a limit of one logfile group 1515 MySQL error. Invalid no of nodes specified for new nodegroup 321 MySQL error. Invalid node(s) specified for new nodegroup, node already in nodegroup 323 MySQL error. Invalid node(s) specified for ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-events.html
The notification group or groups associated with a specific advisor receive a notification when an alert is triggered. For more information about creating notification groups, see Chapter 22, Event Handlers. The target selection menus enable you to ... Advisors generate events if one, or more, of the defined thresholds are crossed by the monitored ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
For example: mysql-sql> EXPLAIN SELECT booking.price, count(*) FROM booking WHERE booking.price > 500 GROUP BY booking.price ORDER BY booking.price LIMIT 10\G *************************** 1. The MySQL HeatWave airportdb Quickstart shows how to ...
https://dev.mysql.com/doc/refman/8.4/en/automatic-start.html
The following table shows which option groups the server and startup scripts read from option files. Table 2.16 MySQL Startup Scripts and Supported Server Option Groups Script Option Groups mysqld [mysqld], [server], [mysqld-major_version] ... This ...