Search



Search Results
Displaying 371 to 380 of 2266 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection.html
The MySQLConnection class is used to open and manage a connection to a MySQL server. It also used to send commands and SQL statements and read the results.
https://dev.mysql.com/doc/internals/en/com-reset-connection.html
COM_RESET_CONNECTION: Resets the session state; more lightweight than COM_CHANGE_USER because it does not close and reopen the connection, and does not re-authenticate Payload 1 [1f] COM_RESET_CONNECTION Returns a ERR_Packet a OK_Packet .
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-connect-nonblocking-stage.html
enum connect_stage mysql_get_connect_nonblocking_stage(MYSQL *mysql) Description mysql_get_connect_nonblocking_stage() provides a function to determine which stage of the mysql_real_connect_nonblocking state machine is in currently. This function ...For general information about writing asynchronous C API applications, see Chapter 7, C API Asynchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect-nonblocking.html
enum net_async_status mysql_real_connect_nonblocking(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Description Note ...For general ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reset-connection-nonblocking.html
enum net_async_status mysql_reset_connection_nonblocking(MYSQL *mysql) Description Note mysql_reset_connection_nonblocking() is an asynchronous function. It is the counterpart of the mysql_reset_connection() synchronous function, for use by ...For ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-capabilities-category.html
Openssl Enabled True if mysqld supports SSL connections, false if not. Ssl Enabled True if mysqld supports SSL connections, false if not. Statement Timeout Enabled True if the statement timeout feature is available on this platform and the module is ... Lists the Capabilities configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/refman/8.4/en/stop-replica.html
You can control how long STOP REPLICA waits before timing out by setting the system variable rpl_stop_replica_timeout. This can be used to avoid deadlocks between STOP REPLICA and other SQL statements using different client connections to the ...] ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-command-options-runtime.html
For example: $> mysqlrouter --bootstrap foo@bar.com --connect-timeout=20 Using the form --section[:section_key].option_name=option_value at runtime; this does not affect the generated configuration file. $> mysqlrouter --bootstrap foo@bar.com \ ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-options-file.html
The Options File editor is used to view and edit the MySQL configuration file (my.ini on Windows or my.cnf on Linux and macOS) by selecting check boxes and other GUI controls, and then making edits. MySQL Workbench divides the options file into its ...
https://dev.mysql.com/doc/connectors/en/connector-j-authentications.html
...
Displaying 371 to 380 of 2266 total results