Search Results
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
(Bug #36924101) Client: The error text for the COMMAND_OPTION_DEPENDENCY error was incorrect, with the command name being replaced by the cluster name. Version 8.4.3 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
Default system-wide installation under C:\ProgramData\MySQL\MySQL Router : C:\ProgramData\MySQL\MySQL Router\mysqlrouter.conf In addition: C:\Users\username\AppData\Roaming\mysqlrouter.conf where username is replaced with your system's user. MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-faq.html
In other words, Router 2.1.5 was released as Router 8.0.3 (along with MySQL Server 8.0.3), and the 2.1.x branch was replaced by 8.0.x. Can I run more than one instance of the router application? A.3. Please explain the different MySQL Router ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-import-export.html
Routing Guidelines can be imported or exported using the following: object.import_routing_guideline("filePath") This function also accepts a boolean force option, which enables you to replace an existing Routing Guideline with the same name as the ...The function validates the JSON before applying it to the target ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-gtid-repair.html
Alternatively, significant replication lag might cause the replica cluster selected as the replacement primary cluster to be missing some transactions from the primary cluster. AdminAPI's clusterSet.status() command warns you if an InnoDB Cluster's ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-clone-deployment.html
By default, the cluster automatically chooses the most suitable method, but you can optionally configure this behavior, for example to force cloning, which replaces any transactions already processed by the joining instance. InnoDB Cluster ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-upgrade-troubleshoot.html
Remove the seed instance from the cluster Stop mysqld on the seed instance and either remove the forced report_host setting (step 2), or replace it with the value previously stored in the Metadata value. Handling Host Name Changes MySQL Shell uses ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-socket.html
On Unix, MySQL Shell connections default to using Unix sockets when the following conditions are met: A TCP port is not specified. A host name is not specified or it is equal to localhost. The --socket or -S option is specified, with or without a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-ldap-kerberos-authentication.html
MySQL Enterprise Edition supports authentication methods that enable MySQL Server to use LDAP (Lightweight Directory Access Protocol), LDAP with Kerberos, or native Kerberos to authenticate MySQL users. MySQL Shell supports both LDAP and Kerberos ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-log-sql.html
Note logSql replaces dba.logSql if dba.logSql is disabled, logSql takes precedence. You can log all SQL statements executed by MySQL Shell commands or utilities to the MySQL Shell log file. However, if dba.logSql is enabled, it takes precedence ...