Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-real-connect.html
Its asynchronous counterpart is mysql_real_connect_nonblocking(), for use by applications that require asynchronous communication with the server. mysql_real_connect() attempts to establish a connection to a MySQL server running on host. Client ...
https://dev.mysql.com/doc/refman/9.7/en/replication-solutions-backups-read-only.html
Note The instructions in this section place the server to be backed up in a state that is safe for backup methods that get the data from the server, such as mysqldump (see Section 6.5.4, “mysqldump — A Database Backup Program”). You should not ...The following instructions describe how to do this for a source and for a ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connection-control.html
This plugin also exposes system variables that enable its operation to be configured and a status variable that provides rudimentary monitoring information. Monitoring Failed Connection Attempts Failed connection attempts can be monitored using ...
MySQL 9.7 Reference Manual :: 8.4.5.12 Using the Oracle Cloud Infrastructure Vault Keyring Component
https://dev.mysql.com/doc/refman/9.7/en/keyring-oci-component.html
No key information is permanently stored in MySQL server local storage. To use component_keyring_oci for keystore management, you must: Write a manifest that tells the server to load component_keyring_oci, as described in Section 8.4.5.2, “Keyring ... Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/replication-semisync-installation.html
MySQL 9.7 supplies versions of the plugins that implement semisynchronous replication—one for the source server and one for the replica—which replace the terms “master” and “slave” with “source” and “replica” in system variables ...After a plugin has been installed, you control it by means of the system variables associated with ...To use semisynchronous replication, the following requirements must ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-24.html
Functionality Added or Changed Previously, if the connection to the server was not used within the period specified by the wait_timeout system variable and the server closed the connection, the client received no notification of the reason. Issues ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
(WL #14453) In the past, for JDBC connections, when the server closed a session because a client was idling beyond the period specified by the server's wait_timeout system variable, Connector/J returned a generic IO error. It is suitable for use ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-basics.html
The MySQL Cluster Manager client also supports commands for getting and setting the values of most node configuration parameters as well as mysqld server options and variables relating to NDB Cluster. The “Cluster” portion of NDB Cluster is ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-compressed-connections-8020.html
For example, if MySQL Shell requests a compression level of 7 for the zlib algorithm, and the server's mysqlx_deflate_max_client_compression_level system variable (which limits the maximum compression level for deflate, or zlib, compression) is set ... For X Protocol connections and classic MySQL protocol connections, whenever you create a session object to manage a connection to a MySQL Server instance, you can specify whether compression is required, preferred, or disabled for that ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-windows.html
Microsoft Windows XP and newer includes at least one ODBC driver for Microsoft SQL Server, so additional actions are likely not required on your system. Multiple SQL Server driver options exist, as described in this section. Figure 10.39 Windows ...