Search Results
https://dev.mysql.com/doc/connector-odbc/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/connector-odbc/en/index.html
For notes detailing the changes in each release of Connector/ODBC, see MySQL Connector/ODBC Release Notes. Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate ...
https://dev.mysql.com/doc/connector-python/en/connector-python-cext-reference.html
Note Examples in this reference use ccnx to represent a connector object as used with the _mysql_connector C Extension module. Note The C Extension is not part of the pure Python installation. This chapter contains the public API reference for the ...
https://dev.mysql.com/doc/connector-python/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/connector-python/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/connector-python/en/connector-python-example-cursor-transaction.html
Note The following example uses tables created in the example Section 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 ...
MySQL Connector/Python Developer Guide :: 4.5 Installing Connector/Python from a Source Distribution
https://dev.mysql.com/doc/connector-python/en/connector-python-installation-source.html
Installing Connector/Python from Source Code Using pip Note We recommend leveraging python virtual environments to encapsulate the package installation instead of installing packages directly into the Python system environment. The Connector/Python ...
https://dev.mysql.com/doc/connector-python/en/index.html
For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes. Abstract This manual describes how to install and configure MySQL Connector/Python, a self-contained Python driver for communicating with ...
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
Note The missmatch can happen even if client and server used the same authentication method in the initial handshake, but this method was different from the method M required by the user account. Note hovewer, that as long as server uses Secure ...
https://dev.mysql.com/doc/internals/en/binary-log-versions.html
Note: In practice, the creation timestamp field should be considered reserved for future use and programs should not rely on its value. There are several versions of the binary log file format: v1: Used in MySQL 3.23 v3: Used in MySQL 4.0.2 though ...