Search



Search Results
Displaying 721 to 730 of 3917 total 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. true maxSize The maximum number of connections allowed in the pool 25 maxIdleTime The maximum number of milliseconds a ...
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: ...Used to store the data from the monitored hosts and ...
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 ...This is ...A major benefit of using specific storage engines is that you are only delivered the features needed for a particular application, and therefore you have less system overhead in the database, with the end result being more efficient and higher database ...
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/ndbapi/en/ndb-table.html
It is possible using the NDB API to create tables independently of the MySQL server. However, it is usually not advisable to do so, since tables created in this fashion cannot be seen by the MySQL server. Similarly, it is possible using Table ...
https://dev.mysql.com/doc/refman/8.4/en/xa.html
The XA interface to a MySQL server consists of SQL statements that begin with the XA keyword. The MySQL implementation of XA enables a MySQL server to act as a Resource Manager that handles XA transactions within a global transaction. A client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
While a connection is active, the client may send SQL statements to the server using mysql_real_query() or mysql_query(). Initialize a connection handler by calling mysql_init() and connect to the server by calling a connection-establishment ...For ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-setup.html
Choosing one of the following setup types determines the initial installation only and does not limit your ability to install or update MySQL products for Windows later: Server only: Only install the MySQL server. This setup type installs the ...As ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
MYSQL_BIND structures are also used with mysql_bind_param(), which enables defining attributes that apply to the next query sent to the server. MYSQL_BIND This structure is used both for statement input (data values sent to the server) and output ...
Displaying 721 to 730 of 3917 total results