Search Results
https://dev.mysql.com/doc/refman/8.4/en/locking-functions.html
A different locking interface is available as either a plugin service or a set of loadable functions. While held by one session, other sessions cannot obtain a lock of the same name. Returns 1 if the lock was obtained successfully, 0 if the attempt ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
MySQL Configurator performs the initial configuration, a reconfiguration, and also functions as part of the uninstallation process. Note Full permissions are granted to the user executing MySQL Configurator to all generated files, such as my.ini.
https://dev.mysql.com/doc/refman/8.4/en/mysql-gr-memory-monitoring-ps-instruments.html
transaction_data: Memory allocated for incoming transactions queued for the plugin pipeline. The MySQL Performance Schema provides instrumentation for performance monitoring of Group Replication memory usage. The memory/group_rpl/ Performance ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-deploy.html
To deploy MySQL EE on Oracle Cloud Infrastructure, do the following: Open the OCI Marketplace and search for MySQL. See To create a Linux instance for information on how to complete the fields. By default, the MySQL server listens on port 3306 and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server-side-help.html
mysql> help search_string If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. The proper operation of this command requires that the help ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-shell.html
To be able to use the instance as a Document Store, the server instance must have X Plugin installed and you should connect to the server using X Protocol. This quick-start guide assumes a certain level of familiarity with MySQL Shell. The ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-shell.html
To be able to use the instance as a Document Store, the server instance must have X Plugin installed and you should connect to the server using X Protocol. This quick-start guide assumes a certain level of familiarity with MySQL Shell. The ...
https://dev.mysql.com/doc/refman/8.4/en/obtaining-loadable-function-information.html
The user_defined_functions table lists loadable functions installed using CREATE FUNCTION as well as loadable functions installed automatically by components or plugins. The Performance Schema user_defined_functions table contains information about ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-limitations.html
The following constructs are not permitted in partitioning expressions: Stored procedures, stored functions, loadable functions, or plugins. This section discusses current restrictions and limitations on MySQL partitioning support. For a list of ...
https://dev.mysql.com/doc/refman/8.4/en/password-security.html
In addition, the validate_password plugin can be used to enforce a policy on acceptable password. The following sections provide guidelines that enable end users and administrators to keep these passwords secure and avoid exposing them.