Search Results
https://dev.mysql.com/doc/refman/9.7/en/srjs-genai-api.html
This section provides reference information for the GenAI API supported by JavaScript stored routines in the MLE Component. This API enables the GenAI feature, with which you can perform natural-language searches using large language models (LLMs).
https://dev.mysql.com/doc/refman/9.7/en/srjs-sql-api.html
This section provides reference information for the SQL and result set API supported by JavaScript stored routines in the MLE Component. The API supports the top-level objects listed here: Column: Result set column metadata. For information about ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-preparedstatement.html
The PreparedStatement object represents a handler for the execution of a prepared statement. It supports the following methods: bind(Value data): Registers a list of one or more values to be bound on the execution of the SQL statement. Parameters ...
https://dev.mysql.com/doc/refman/9.7/en/statement-labels.html
[begin_label:] BEGIN [statement_list] END [end_label] [begin_label:] LOOP statement_list END LOOP [end_label] [begin_label:] REPEAT statement_list UNTIL search_condition END REPEAT [end_label] [begin_label:] WHILE search_condition DO statement_list ...
https://dev.mysql.com/doc/refman/9.7/en/stored-routines-syntax.html
A stored routine is either a procedure or a function. Stored routines are created with the CREATE PROCEDURE and CREATE FUNCTION statements (see Section 15.1.21, “CREATE PROCEDURE and CREATE FUNCTION Statements”). A procedure is invoked using a ...
https://dev.mysql.com/doc/refman/9.7/en/upgrade-docker-mysql.html
To upgrade a Docker installation of MySQL, refer to Upgrading a MySQL Server Container.
https://dev.mysql.com/doc/refman/9.7/en/using-systemd.html
In other cases, the error log directory must be writable or the error log must be present and writable for the user running the mysqld process. Parameters that specify values otherwise settable only using options known to mysqld_safe must be ...If ...
https://dev.mysql.com/doc/refman/9.7/en/validate-password.html
The validate_password component serves to improve security by requiring account passwords and enabling strength testing of potential passwords. This component exposes system variables that enable you to configure password policy, and status ...
https://dev.mysql.com/doc/refman/9.7/en/windows-choosing-package.html
For MySQL 9.7, there are multiple installation package formats to choose from when installing MySQL on Windows. The package formats described in this section are: MySQL Installation MSI MySQL noinstall ZIP Archives MySQL Docker Images MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/windows-extract-archive.html
To install MySQL manually, do the following: If you are upgrading from a previous version then refer to Section 3.11, “Upgrading MySQL on Windows” before beginning the upgrade process. Make sure that you are logged in as a user with ...