Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-select-db.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-daemon-plugins.html
To verify plugin installation, examine the INFORMATION_SCHEMA.PLUGINS table or use the SHOW PLUGINS statement. A daemon plugin is a simple type of plugin used for code that should be run by the server but that does not communicate with it. This ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
To verify plugin installation, examine the INFORMATION_SCHEMA.PLUGINS table or use the SHOW PLUGINS statement (see Obtaining Server Plugin Information). MySQL Server supports a keyring service that enables internal server components and plugins to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: The locking options lockShared() and lockExclusive(), available when retrieving data from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (WL #9955) Connector/J now retrieves the MySQL keyword list from the INFORMATION_SCHEMA.KEYWORDS table on the MySQL server when a connection session is established. Version ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (Bug #28706219, Bug #92574) Connector/J is now capable of reading and, if needed, ignoring any initial notice packets sent by X Plugin before an X Protocol connection is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Once all hosts have been tried and no connections can be established, Connector/J throws a com.mysql.cj.exceptions.CJCommunicationsException and returns the message Unable to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #32435618, Bug #102404) Connector/J can now establish connections for accounts that use the authentication_kerberos server-side authentication plugin, which is supported by ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
The Docker deployment framework supports easy installation and configuration of MySQL Router. This section explains how to use a MySQL Router Docker image. You need to have Docker installed on your system before you can use a MySQL Router Docker ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-results.html
The import icon opens the Table Data Import dialog from which you can select a data file and other options, such as the destination table. Export or Import data directly from or into the result set. The export and import operations shown in this ...