Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
For example: mysql> SELECT sys.ML_GENERATE(@text, JSON_OBJECT("task", "summarization", "model_id", "llama3.2-3b-instruct-v1", "language", "en")); A text summary generated by the LLM in response to your query is printed as output. MySQL uses a ...AI ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
Note The mysql_native_password authentication plugin is deprecated as of MySQL Server 8.0.34, disabled by default as of MySQL Server 8.4.0, and removed as of MySQL Server 9.0.0. MySQL Workbench uses mysql_native_password by default, so for example ... MySQL 4.1 extended password hashes from 16 to 41 ...Options Depend on your ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
On system ALPHA (the MySQL server) follow these steps: Start the MySQL server. Using an ODBC-capable application, such as Microsoft Office, connect to the MySQL server using the DSN you have just created. Use GRANT to set up an account with a user ... A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows ...
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 is ... This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy ...
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. See also Prerequisites for Using Query Attributes for enabling the query_attributes MySQL server ...
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. Using an ODBC-capable application, such as Microsoft Office, connect to the MySQL server using the DSN you have just created. Use GRANT to set up an account with a user ... A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows ...
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 is ... This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy ...
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. See also Prerequisites for Using Query Attributes for enabling the query_attributes MySQL server ...
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. For information about plugins for testing plugin services, see the Plugins for Testing Plugin Services section ...It complements the plugin API and has these characteristics: Services enable plugins to access code inside the server using ordinary function ...
https://dev.mysql.com/doc/internals/en/successful-authentication.html
Note Many authentication methods, including the native mysql password methods, consists of a single challenge--response exchange. In that case no extra packets are exchanged in step 4 and server sends OK_Packet directly after receiving Handshake ...