Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag-table.html
Segments for which the distance from the input query exceeds the specified maximum distance threshold are excluded from content retrieval. It can include the following parameters: retrievaloptions: JSON_OBJECT(retrievaloptkeyvalue[, ... The ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-rag-table.html
Segments for which the distance from the input query exceeds the specified maximum distance threshold are excluded from content retrieval. It can include the following parameters: retrievaloptions: JSON_OBJECT(retrievaloptkeyvalue[, ... The ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
mysqld_safe adds some safety features such as restarting the server when an error occurs and logging runtime information to an error log. mysqld_safe tries to use the sleep and date system utilities to determine how many times per second it has ...A ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Based on whether the firewall accepts the statement, the server executes it or returns an error to the client. In DETECTING mode, the firewall permits the nonmatching statement to execute: mysql> SHOW TABLES LIKE 'customer%'; ...Alternatively, to ...
https://dev.mysql.com/doc/internals/en/differences-master-slave.html
Any intermediate state of the slave is identical to some intermediate state of the master. Note: it is not required that each intermediate state of the master is identical to some intermediate state of the slave. We now state the architectural ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
The date and time the report was generated is also displayed as a result of the use of the {{GENERATED}} variable. In the simplest case, a template consists of two files: a template file, which has a .tpl extension, and a special file info.xml. A ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-utilities.html
show errors Display errors captured during the execution of the utilities. show last error Display the last error captured during the execution of the utilities help | help commands Show this list. The following output shows the MySQL Utilities ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-query-analyzer-queries.html
Example Statements: (Displayed only if Example Query is enabled) distribution chart of the statement by Execution Time, in milliseconds, and time and date, within the selected time range. Graphs: displays the average execution time, number of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
By default, the server only accepts a maximum size of 1MB from the client application. If you intend to exceed 1MB in your file transfers, increase this number. Adjust the Maximum permitted option in the Data / Memory size section of the Networking ... The first step is using MySQL with BLOB data is to configure the ...