Search



Search Results
Displaying 351 to 360 of 2266 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-startup-shutdown.html
With a valid connection established, and the connection tab for it open, you can access the control actions from either the Navigator panel or by clicking Server and then Startup/Shutdown from the menu. The Administration - Startup / Shutdown tab ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-connection-information-panel.html
The Session tab of the Information panel summarizes the current connection to the server, as the following figure shows. Figure 8.21 SQL Editor - Connection Information Palette The Object Info tab of the Information panel summarizes information ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-constructor.html
Syntax: cnx = MySQLConnection(**kwargs) The MySQLConnection constructor initializes the attributes and when at least one argument is passed, it tries to connect to the MySQL server. For a complete list of arguments, see Section 6.7.1, ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-get-connection.html
Syntax: cnxpool.get_connection() This method returns a connection from the pool, or raises a PoolError if no connections are available.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-constructor.html
Syntax: cnx = MySQLConnection(**kwargs) The MySQLConnection constructor initializes the attributes and when at least one argument is passed, it tries to connect to the MySQL server. For a complete list of arguments, see Section 7.1, ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-get-connection.html
Syntax: cnxpool.get_connection() This method returns a connection from the pool, or raises a PoolError if no connections are available.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-connections-pages-database-processes.html
Important This report retrieves data from the processlist view of the sys schema. If the sys schema, version 1.5.1 or higher, is not installed on the monitored MySQL server, the report is not populated. Table 3.1 Database Processes Dashboard Name ...
https://dev.mysql.com/doc/refman/8.4/en/windows-and-ssh.html
This section describes how to get an encrypted connection to a remote MySQL server with SSH. At this point, you should have an ODBC connection to MySQL, encrypted using SSH. This userid value might not be the same as the user name of your MySQL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added two new connection options: read_timeout (time limit to receive a response from the server) and write_timeout (time limit to send data to the server). (Bug #115788, Bug ...Both options default to None, which sets the timeout to ...(WL #16381) The single and multiple statement execution mechanic was unified, when before a multi ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-tls-cache.html
If the timeout is reached, and this session is not reused, the session is removed from the cache and the connection is closed. If the timeout is reached, and this session is not reused, the session is removed from the cache and the connection is ...
Displaying 351 to 360 of 2266 total results