Search



Search Results
Displaying 481 to 490 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-releases.html
Additional upgrade and downgrade methods are available, such as the clone plugin. They describe available options to perform in-place updates (that replace binaries with the latest packages), a logical dump and load (such as using mysqldump or MySQL ... The MySQL release model is divided into two main tracks: LTS (Long-Term Support) and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-secure-installation.html
If the plugin is not installed, mysql_secure_installation prompts the user whether to install it. Any passwords entered later are checked using the plugin if it is enabled. This program enables you to improve the security of your MySQL installation ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript.html
To follow this quick-start guide you need a MySQL server with X Plugin installed, the default in 8.4, and MySQL Shell to use as the client. See Installing MySQL Shell and Section 22.5, “X Plugin” for more information about the tools used in this ... This quick-start guide provides instructions to begin prototyping document store applications interactively with MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python.html
To follow this quick-start guide you need a MySQL server with X Plugin installed, the default in 8.4, and MySQL Shell to use as the client. See Installing MySQL Shell and Section 22.5, “X Plugin” for more information about the tools used in this ... This quick-start guide provides instructions to begin prototyping document store applications interactively with MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-meters-table.html
This column can be modified DESCRIPTION: A string describing the meter.
https://dev.mysql.com/doc/refman/8.4/en/performance-schema.html
This benefits developers of third-party plugins because it is not necessary to upgrade each plugin to stay synchronized with the latest Performance Schema changes. The MySQL Performance Schema is a feature for monitoring MySQL Server execution at a ...
https://dev.mysql.com/doc/refman/8.4/en/replication-binlog-encryption.html
To use encryption, a keyring component or plugin must be installed and configured to supply MySQL Server's keyring service. Any supported keyring component or plugin can be used to store binary log encryption keys. MySQL binary log files and relay ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
To use encryption, a keyring plugin must be installed and configured to supply MySQL Server's keyring service. Any supported keyring plugin can be used to store binary log encryption keys. Startup Options Used with Binary Logging System Variables ...
https://dev.mysql.com/doc/refman/8.4/en/replication-setup-replicas.html
As an alternative to creating a new replica in this way, MySQL Server's clone plugin can be used to transfer all the data and replication settings from an existing replica to a clone. Follow this procedure to set up replication with existing data: ...Before you proceed, ensure that you have: Configured the source with the necessary configuration ...
https://dev.mysql.com/doc/refman/8.4/en/reset-persist.html
To remove a specific persisted variable from mysqld-auto.cnf, name it in the statement: RESET PERSIST system_var_name; This includes plugin system variables, even if the plugin is not currently installed. RESET PERSIST [[IF EXISTS] system_var_name] ...
Displaying 481 to 490 of 712 total results