Search



Search Results
Displaying 491 to 500 of 712 total results
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 ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
Server Configuration Client Configuration Client Configuration Example Server Configuration The following are the server trace telemetry configuration variables: telemetry.trace_enabled System Variable telemetry.trace_enabled Scope Global Dynamic ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
thread_pool_max_transactions_limit: The maximum number of transactions permitted by the thread pool plugin. When the thread pool plugin starts, it creates one thread per group (the listener thread), plus the background thread. The thread pool ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-binary-package.html
For example: mysqld_safe --user=mysql --datadir=/path/to/existing-datadir & If there are encrypted InnoDB tablespaces, use the --early-plugin-load option to load the keyring plugin. This section describes how to upgrade MySQL binary and ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-reference.html
The following discussion serves as a reference to these Version Tokens elements: Version Tokens Functions Version Tokens System Variables Version Tokens Functions The Version Tokens plugin library includes several functions. These variables are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encrypted-innodb-options.html
The option must be used when backing up a server that has a keyring plugin or component enabled for InnoDB table or binary/relay log encryption and for restoring a backup containing encrypted InnoDB tables or binary/relay log. If the server uses the ... MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/manifest-usage.html
The file also contains details of all the plugins defined on the backed-up server, by which users should make sure the same plugins are defined in the same manner on the target server for restoration. Each backup directory includes some files in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/what-is-new.html
MySQL Enterprise Backup 8.4 marks the start of a new series of LTS (Long Term Support) releases. MySQL Enterprise Backup 8.4 is recommended for use on production systems. The MySQL Enterprise Backup.x LTS releases will focus on security and bug ...
Displaying 491 to 500 of 712 total results