Search



Search Results
Displaying 4141 to 4150 of 4733 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...
https://dev.mysql.com/doc/internals/en/cmake-installation.html
In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To download and install the latest distribution from the CMake download page, download the .dmg image and open it. Alternatively, ...
https://dev.mysql.com/doc/internals/en/custom-engine.html
With MySQL 5.1, MySQL AB has introduced a pluggable storage engine architecture that makes it possible to create new storage engines and add them to a running MySQL server without recompiling the server itself. This architecture makes it easier to ...
https://dev.mysql.com/doc/internals/en/ssl.html
The MySQL Protocol also supports encryption and authentication via SSL. The encryption is transparent to the rest of the protocol and is applied after the data is compressed right before the data is written to the network layer. The SSL suppport is ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-insertbufferactivity-category.html
Lists the InnoDB Insert Buffer Activity metrics and provides a brief description of each. Table 6.12 InnoDB Insert Buffer Activity Metrics NameDescriptionDelete Discarded (Delta) The total number of purge merged operations discarded. Delete Mark ...
https://dev.mysql.com/doc/x-devapi-userguide/en/expression-strings.html
Defining string expressions is straightforward as these are easy to read and write. The disadvantage is that they need to be parsed before they can be transfered to the MySQL server. All implementations can use the syntax illustrated here, which is ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/expression-strings.html
Defining string expressions is straightforward as these are easy to read and write. The disadvantage is that they need to be parsed before they can be transfered to the MySQL server. All implementations can use the syntax illustrated here, which is ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/expression-strings.html
Defining string expressions is straightforward as these are easy to read and write. The disadvantage is that they need to be parsed before they can be transfered to the MySQL server. All implementations can use the syntax illustrated here, which is ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob.html
One common use for MySQL is the storage of binary data in BLOB columns. MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. Data ...
Displaying 4141 to 4150 of 4733 total results