Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-server.html
Servlet container and web server which hosts MySQL Enterprise Service Manager. This chapter describes the installation of MySQL Enterprise Service Manager. MySQL Enterprise Service Manager installer installs the following components: Apache Tomcat: ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-introduction-server.html
MySQL Enterprise Service Manager is a web application which runs on the Apache Tomcat server. MySQL Enterprise Service Manager is the central hub of the MySQL Enterprise Monitor installation and is responsible for the following: Receiving and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-side-failover-xdevapi.html
Notice that the server failover feature for X DevAPI only allows for a failover when Connector/J is trying to establish a connection, but not during operations after a connection has already been made. Configuring Server Failover Using X DevAPI with ... When using the X Protocol, Connector/J supports a client-side failover feature for establishing a ...
https://dev.mysql.com/doc/refman/8.4/en/error-lost-connection.html
More rarely, it can happen when the client is attempting the initial connection to the server. It increases by one for each initial connection attempt that the server aborts. Usually it indicates network connectivity trouble and you should check the ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-storage-common-layer.html
A MySQL pluggable storage engine is the component in the MySQL database server that is responsible for performing the actual data I/O operations for a database as well as enabling and enforcing certain feature sets that target a specific ...A major ...
https://dev.mysql.com/doc/refman/8.4/en/thread-information.html
To ascertain what your MySQL server is doing, it can be helpful to examine the process list, which indicates the operations currently being performed by the set of threads executing within the server. row *************************** Id: 5 User: ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-server-info.html
const char * mysql_get_server_info(MYSQL *mysql) Description Returns a string that represents the MySQL server version (for example, "8.4.6"). Return Values A character string that represents the MySQL server version.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql.html
The MySQL Workbench Migration Wizard is tested with Microsoft SQL Server 2016.