Search Results
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] ...
https://dev.mysql.com/doc/refman/8.4/en/security.html
When thinking about security within a MySQL installation, you should consider a wide range of possible topics and how they affect the security of your MySQL server and related applications: General factors that affect security. These include ...
https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
] thread_type: IO_THREAD | SQL_THREAD until_option: UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set | SOURCE_LOG_FILE = 'log_name', SOURCE_LOG_POS = log_pos | RELAY_LOG_FILE = 'log_name', RELAY_LOG_POS = log_pos | SQL_AFTER_MTS_GAPS } ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-meters.html
For example, to update the frequency of the mysql.inno metrics: mysql>update performance_schema.setup_meters set FREQUENCY='30' where name = 'mysql.inno'; The maximum number of meter instruments which can be created is set by ...