Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
CR_SERVER_LOST The connection to the server was lost during the query. (This example expects to retrieve the two rows inserted by the example shown in Section 6.4.11, “mysql_stmt_execute()”.) The mysql variable is assumed to be a valid ... int ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
Plugins on the server side implement authentication methods for use by clients when they connect to the server. A server-side authentication plugin can return to the server the name of the user whose identity the connecting user should have. The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
MySQL supports pluggable authentication, in which plugins are invoked to authenticate client connections. Also, authentication plugins can support the proxy user capability, such that the connecting user is a proxy for another user and is treated, ...Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-15.html
Version 8.0.15 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality Added or Changed Default value of the connection ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
Version 8.0.30 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. To go with that change, Connector/J has updated its character ...It is suitable for use with MySQL Server versions 8.0 and ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-31.html
Version 8.0.31 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Also, to go with these changes, the .jar library for ...It is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Installation and Compilation Notes Functionality Added or ...
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/mysql-router/9.4/en/mysql-router-server-logging.html
The logging feature can be handy for developing and testing your application and deployment of the MySQL Router. To use logging, enable the logging level option in the configuration file under the section named [logger]. For example: [logger] level ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-scoring-an-anomaly-detection-model.html
You can use the session variable for the model that is valid for the duration of the connection. You can use the session variable for the model that is valid for the duration of the connection. After generating predictions, you can score the model ...