Search



Search Results
Displaying 1941 to 1950 of 3514 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
The routine uses vector store tables and embedding tables created using the same embedding model for context retrieval. Syntax for each object in the chat_history array is as follows: JSON_OBJECT('key','value'[,'key','value'] ...) 'key','value': { ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/refman/8.4/en/log-file-maintenance.html
As described in Section 7.4, “MySQL Server Logs”, MySQL Server can create several different log files to help you see what activity is taking place. Execution of log-flushing statements or commands requires connecting to the server using an ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-prepare.html
Make sure that the user account has proper privileges to the database that will be migrated. To migrate schemas and data from Microsoft SQL Server for use with MySQL, ensure the following: The source SQL Server instance is running, and accepts TCP ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-authentication.html
MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin. Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlPemReader ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-authentication.html
MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin. Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlPemReader ...
https://dev.mysql.com/doc/internals/en/fast-path.html
and login with a user whose account uses sha256_password: 1d 01 00 01 85 a6 3f 00 00 00 00 01 21 00 00 00 ......?.....!... set --default-authentication-plugin=sha256_password for the MySQL server: 46 00 00 00 0a 35 2e 36 2e 37 2d 6c 6f 67 00 02 ...
https://dev.mysql.com/doc/internals/en/public-key-retrieval-example.html
set --default-auth=sha256_password for the MySQL client, don't provide it with the servers public-key and login with a user whose account uses sha256_password: 9f 00 00 01 85 a6 3f 00 00 00 00 01 21 00 00 00 ......?.....!... set ...
https://dev.mysql.com/doc/internals/en/starting-transaction-from-external-lock-method.html
Also, if a user calls LOCK TABLES, MySQL will call handler::external_lock only once. MySQL calls [custom-engine.html#custom-engine-api-reference-external_lock handler::external_lock()] for every table it is going to use at the beginning of every ...
https://dev.mysql.com/doc/internals/en/unsafe-statements.html
NOTE: the following list is incomplete; it does not take into account changes made in 2010 or later (roughly). The following types of sub-statements are currently marked unsafe: System functions that may return a different value on slave, ...An ...
https://dev.mysql.com/doc/mysqld-version-reference/en/performance-schema-tables.html
The following table shows all Performance Schema tables available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The version or ...
Displaying 1941 to 1950 of 3514 total results