Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
Note On all non-Windows platforms except macOS, the driver is built against unixODBC and is expecting a 2-byte SQLWCHAR, not 4 bytes as iODBC is using. Note Related: The previously described file names contain an "9", such as myodbc9a.dll, which ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-versions.html
Information about each Connector/ODBC version; for release notes, see the Connector/ODBC release notes. The latest version of Connector/ODBC supports all active MySQL Server versions, which today includes MySQL Server 8.0 and higher. As an example, ...
https://dev.mysql.com/doc/connectors/en/connector-odbc.html
For notes detailing the changes in each release of Connector/ODBC, see MySQL Connector/ODBC Release Notes. MySQL Connector/ODBC is the driver that enables ODBC applications to communicate with MySQL servers. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
Note MySQL Connector/Python does not support the old, less-secure password protocols of MySQL versions prior to 4.1. A connection with the MySQL server can be established using either the mysql.connector.connect() function or the ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-select.html
Note that we are using unquoted %s-markers where dates should have been. Note that hire_date was converted automatically by Connector/Python to a Python datetime.date object. The following example shows how to query data using a cursor created ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-transaction.html
Note The following example uses tables created in the example Section 6.5.2, “Creating Tables Using Connector/Python”. Note that the second INSERT statement uses extended Python format codes. Inserting or updating data is also done using the ...
https://dev.mysql.com/doc/connectors/en/connector-python.html
For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes. MySQL Connector/Python is a self-contained Python driver for communicating with MySQL servers. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/apis-php/en/apis-php-introduction.html
PHP provides several different MySQL API extensions: Note The PHP documentation assumes PHP 7 and higher is used; functionality specific to PHP 5 and below is not documented. Note This documentation, and other publications, sometimes uses the term ... PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
You do this by first removing the dummy connection string and then adding in the proper one, as shown in the following example: <connectionStrings> <remove name="LocalMySqlServer"/> <add name="LocalMySqlServer" ... MySQL Connector/NET includes a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...