Search



Search Results
Displaying 311 to 320 of 737 total results
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current at the time this document was written. First, install the .jar file ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
In each key-value pair, the option name and its corresponding value are joined by an equal sign. For the list of option names to use in the connection string, see Section 4.4.5, “Connector/NET Connection Options Reference”. The following is a ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from source. Where to Get Connector/ODBC You can get a copy of the latest version of Connector/ODBC binaries and sources from ...
https://dev.mysql.com/doc/apis-php/en/apis-php-introduction.html
PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP may be run as a separate ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
In each key-value pair, the option name and its corresponding value are joined by an equal sign. For the list of option names to use in the connection string, see Section 4.5, “Connector/NET Connection Options Reference”. The following is a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html
This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from source. Where to Get Connector/ODBC You can get a copy of the latest version of Connector/ODBC binaries and sources from ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
Purpose Defines the file extensions used by the storage engine. Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. It is called to provide the MySQL server with a list of file extensions used by the storage engine. By providing a list of extensions, storage engines can in many cases omit the [custom-engine.html#custom-engine-api-reference-delete_table delete_table()] method as the MySQL server will close all references to the table and delete all files with the specified ...
https://dev.mysql.com/doc/internals/en/cleaning-up-with-index-end.html
The [custom-engine.html#custom-engine-api-reference-index_end index_end()] method is a counterpart to the index_init() method. The purpose of the index_end() method is to clean up any preparations made by the index_init() method. If a storage ...
Displaying 311 to 320 of 737 total results