Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-tuning-recovery.html
The following statement sets the maximum number of attempts to connect to a donor to 5: mysql> SET GLOBAL group_replication_recovery_retry_count= 5; For remote cloning operations, this limit does not apply. As the joining member is connecting to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using mysqld_safe. mysql.server is the script name as used within the MySQL source tree. In the following discussion, adjust the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--bootstrap URI, -B URI Command-Line Format --bootstrap URI, -B URI Type String The main option to perform a bootstrap of MySQL Router by connecting to the InnoDB Cluster metadata server at the URI provided. MySQL Router configures itself based on ... mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
The error (2003) Can't connect to MySQL server on 'server' (10061) indicates that the network connection has been refused. A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through ...A Unix socket file connection is faster than TCP/IP, but can be used only when connecting to a server on the same ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
This does not apply to files and directories for specific products, such as the MySQL server data directory in %ProgramData% that is owned by SYSTEM. For example: It creates the configuration file (my.ini) that is used to configure the MySQL server.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
The MySQL Query Analyzer collects queries and execution statistics with no dependence on the SQL Query Log, it captures all SQL statements sent to the MySQL server and provides an aggregated view into the most expensive queries in number of ...C.4: ... Note MySQL Enterprise Monitor is available as part of the MySQL Enterprise subscription, learn more at ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-sql-mode.html
Using different server SQL mode settings on the source and the replica may cause the same INSERT statements to be handled differently on the source and the replica, leading the source and replica to diverge. For best results, you should always use ...If you are replicating partitioned tables, using different SQL modes on the source and the replica is likely to cause ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
--plugin-authentication-webauthn-client-preserve-privacy={OFF|ON} Command-Line Format --plugin-authentication-webauthn-client-preserve-privacy Type Boolean Default Value false Determines how assertions are sent to server in case there are more than ...When MySQL Shell is connected to the MySQL Server through the X Protocol, the X DevAPI can be used to work with both relational and document data, see Using MySQL as a Document ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Create new tabs as Query tabs instead of File By default, opening a new SQL editor tab opens as an SQL File tab. Preferences: SQL Editor: Query Editor The following figure shows the preference options that apply to the query editor. Figure 3.7 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. The files are named sequentially in order of creation using the following format: ...All ...