Search



Search Results
Displaying 621 to 630 of 921 total results
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
Resource Usage Connector/NET runs a background job every three minutes and removes connections from pool that have been idle (unused) for more than three minutes. The MySQL Connector/NET supports connection pooling for better performance and ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
For example: C# Example var conn = new MySqlConnection("server=_mysql._tcp.foo.abc.com.;dns-srv=true;" + "user id=user;password=****;database=test"); For additional usage examples and restrictions for both classic MySQL protocol and X Protocol, see ...In each key-value pair, the option name and its corresponding value are joined by an equal ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
Click Disk Usage to determine the disk-space requirements of your component choices. You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported Windows operating systems. The MSI package is a file named mysql-connector-net-version.msi, where version indicates the Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing Authentication Plugins. Advanced users with special security requirements can create their own authentication plugins for MySQL ...
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-introduction.html
The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called MyODBC drivers) that provide access to a MySQL database using the industry standard Open Database Connectivity (ODBC) API. This reference covers ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
For more information on the usage of execute method, refer to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmthcnnexecute.asp. The majority of Microsoft applications have been tested with Connector/ODBC, including ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-add-attribute.html
Example query attribute usage: # Each invocation of `add_attribute` method will add a new query attribute: cur.add_attribute("foo", 2) cur.execute("SELECT first_name, last_name FROM clients") # The query above sent attibute "foo" with value 2.
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...
Displaying 621 to 630 of 921 total results