Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-creating.html
The first instance in the list has the highest priority; when the Read Replica's replication channel is activated, it is the first connection attempted. The other list members are connected to in the event of a failover or if the connection attempt ... Create Read Replicas using addReplicaInstance(): Cluster.addReplicaInstance(instance, [options]) Examples Default Read Replica Defining a Replication Source for the Read Replica Defining the Recovery Method for Read Replicas Certificate-based Authentication Examples The examples in this and subsequent sections assume a simple Cluster of three instances, a primary and two ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-monitoring.html
status: contains one of the following statuses: ONLINE: Replication channel connected and running. connectRetry: connectRetry Describe Cluster.describe() returns the following for Read Replicas: address: the address of the Read Replica. This ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/replicaset-adopting.html
To convert an existing replication setup to an InnoDB ReplicaSet connect to the primary, also referred to as the source. The replication topology is automatically scanned and validated, beginning from the connected global session of the instance ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/shell-admin-api-communication-stack.html
Communication Stack Types The following communication stacks are supported: MYSQL: (default for MySQL Server 8.0.27 or newer) Simplifies the creation of InnoDB Clusters by using MySQL Server's connection security in place of the Group Replication ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-prepare-an-anomaly-detection-model.html
To prepare the data for the semi-supervised anomaly detection model: Connect to the MySQL Server. To prepare the data for the anomaly detection model for logs: Connect to the MySQL Server. This topic describes how to prepare the data to use for two ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mysql-ai-platforms.html
Possible measures that can be taken include: Disallow certain users (for example, the server administrator) from connecting by HTTP connections, but only allow connections by, for example, Unix sockets with the auth_socket authentication plugin. You ...
https://dev.mysql.com/doc/workbench/en/wb-documenting-sakila.html
As the connection lines show, each table is related to at least one other table in the database (with the exception of the film_text table). Where more than one relationship exists between two tables, the connection lines run concurrently. On the ...
https://dev.mysql.com/doc/workbench/en/wb-generating-php.html
Additionally, PHP code that connects to the MySQL database can also be generated by choosing Tools, Utilities, Copy as PHP Code (Connect to Server). After combining the two, the generated PHP code will look like this: <?php $host = "localhost"; ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mysql.html
Figure 10.46 MySQL Schema Transfer Wizard: Connection Selection Choose your target and source MySQL connections (see the figure that follows). After choosing and testing your MySQL connections, click Next to continue. Perform MySQL server version ...
https://dev.mysql.com/doc/workbench/en/wb-migration-faq.html
While using the Postgresql psqlodbc driver, I see the following error: ('08001', '[08001] Already connected. While using the Postgresql psqlodbc driver, I see the following error: ('08001', '[08001] Already connected. (202) (SQLDriverConnect)') This ...