Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-using-deploying.html
Possible reasons include: To allow local UNIX domain socket connections to the application, instead of TCP/IP. Note Unix domain sockets can function with applications connecting to MySQL Router, but not for MySQL Router connecting to a MySQL Server.
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
MySQL Router also makes this possible by having applications connect to MySQL Router instead of directly to MySQL. During bootstrap, Router connects to the cluster, fetches its metadata, and configures itself for use. For example, passing in ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
Although Router searches a predetermined list of default paths for the configuration file, it is common to start Router by passing in a configuration file with the --config option. The process of configuring MySQL Router to automatically start when ...
https://dev.mysql.com/doc/mysql-ai/9.5/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.5/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 ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-data-migration-setup.html
This faster method avoids the need to traffic all data through MySQL Workbench, or to have a permanent network connection between the MySQL servers. This is the number of tasks (database connections) used while copying the data. Transfers data from ...