Search



Search Results
Displaying 171 to 180 of 2096 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-connected.html
This read-only property checks whether the connection to MySQL is available using the ping() method; but unlike ping(), connected returns True when the connection is available, and False otherwise.
https://dev.mysql.com/doc/internals/en/connection-phase.html
At this stage client can request SSL connection, in which case an SSL communication channel is established before client sends its authentication response. After initial handshake, server informs client about the method to be used for authentication ...Note In case the server sent a ERR packet as first packet it will happen before the client and server negotiated any ...
https://dev.mysql.com/doc/refman/8.4/en/connection-management.html
This includes a description of the available connection interfaces, how the server uses connection handler threads, details about the administrative connection interface, and management of DNS lookups.
https://dev.mysql.com/doc/refman/8.4/en/error-lost-connection.html
In this case, if your connect_timeout value is set to only a few seconds, you may be able to resolve the problem by increasing it to ten seconds, perhaps more if you have a very long distance or slow connection. Usually it indicates network ...If ...
https://dev.mysql.com/doc/connectors/en/connector-python-connecting.html
Connector/Python provides a connect() call used to establish connections to the MySQL server. The following sections describe the permitted arguments for connect() and describe how to use option files that supply additional arguments.
https://dev.mysql.com/doc/connector-python/en/connector-python-connecting.html
Connector/Python provides a connect() call used to establish connections to the MySQL server. The following sections describe the permitted arguments for connect() and describe how to use option files that supply additional arguments.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/refman/8.4/en/information-schema-connection-control-table-reference.html
Table 28.8 INFORMATION_SCHEMA Connection Control Tables Table Name Description CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Current number of consecutive failed connection attempts per account .
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection.html
This section focuses on creating a connection to the source Microsoft SQL Server, because creating a MySQL connection is a standard operation. Note Prerequisite: that you already installed and configured the required Microsoft SQL Server driver on ...
Displaying 171 to 180 of 2096 total results