Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
For example, when MySQL Server released versions 5.7.43, 8.0.34, and 8.1.0, this connector released connector version (8.1.0) that connects to all three MySQL Server versions. Connector/ODBC 8.0: added MySQL Server 8.0 support, including ... This ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-add-attribute.html
Syntax: cursor.add_attribute(name, value) Adds a new named query attribute to the list, as part of MySQL server's Query Attributes functionality. name: The name must be a string, but no other validation checks are made; attributes are sent as is to ...value: a value converted to the MySQL Binary Protocol, similar to how prepared statement parameters are ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-walkthrough.html
On system ALPHA (the MySQL server) follow these steps: Start the MySQL server. On system BETA (the Connector/ODBC client), follow these steps: Configure a Connector/ODBC DSN using parameters that match the server, database and authentication ... A ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-support-version-history.html
For example, when MySQL Server released versions 5.7.43, 8.0.34, and 8.1.0, this connector released connector version (8.1.0) that connects to all three MySQL Server versions. Connector/ODBC 8.0: added MySQL Server 8.0 support, including ... This ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-add-attribute.html
Syntax: cursor.add_attribute(name, value) Adds a new named query attribute to the list, as part of MySQL server's Query Attributes functionality. name: The name must be a string, but no other validation checks are made; attributes are sent as is to ...value: a value converted to the MySQL Binary Protocol, similar to how prepared statement parameters are ...
https://dev.mysql.com/doc/internals/en/authentication-fails.html
Server indicates that client is not permitted to connect by sending ERR_Packet.
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The MySQL server's version (example: 4.0.14-debug-log), padded with 0x00 bytes on the right. Value is three 2-byte unsigned integers representing the character_set_client, collation_connection, and collation_server system variables. In the latter ...
https://dev.mysql.com/doc/internals/en/mysql-services-for-plugins.html
As of MySQL 5.5, plugins have access to server “services.” The services interface exposes server functionality that plugins can call. It complements the plugin API and has these characteristics: Services enable plugins to access code inside the ...
https://dev.mysql.com/doc/internals/en/packet-OK_Packet.html
An OK packet is sent from the server to the client to signal successful completion of a command. Consequently, the server does not send OK packets that represent EOF. New servers recognize the absence of the flag to mean they should not.) New ...As ...