Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-ping.html
int mysql_ping(MYSQL *mysql) Description Checks whether the connection to the server is working. If the connection is down and auto-reconnect is disabled, mysql_ping() returns an error. mysql_ping() can be used by clients that remain idle for a ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html
int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is deprecated and is subject to removal in a future version of MySQL. This function flushes tables or caches, or resets replication server information. The ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reload.html
int mysql_reload(MYSQL *mysql) Description Asks the MySQL server to reload the grant tables. Use mysql_real_query() or mysql_query() to issue an SQL FLUSH PRIVILEGES statement instead. CR_SERVER_LOST The connection to the server was lost during the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-select-db.html
int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) database on the connection specified by mysql. mysql_select_db() fails unless the connected user can be authenticated ...In subsequent queries, this database is the default for table references that include no explicit database ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-4.html
MySQL Enterprise Backup 8.4.4 is the latest release for the MySQL Enterprise Backup 8.4 LTS series. This release contains no functional changes and is published to align its version number with that of the MySQL Server 8.4.4 release.
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Enterprise Backup 8.4.6 is the latest release for the MySQL Enterprise Backup 8.4 LTS series. Bugs Fixed When a TTS image backup taken with full-locking was ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-7.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Enterprise Backup 8.4.7 is the latest release for the MySQL Enterprise Backup 8.4 LTS series. Bugs Fixed Incremental backups could fail validation if multiple ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
There is no behavioral change for Connector/J if no value is explicitly set for the property, in which case the server's choice of default plugin takes precedence over the implicit default of mysql_native_password for Connector/J. Version 8.0.24 is ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-28.html
Version 8.0.28 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #32770013) Connector/J now supports multifactor authentication for connections to ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. (Bug #107107, Bug #34101635) ...It ...