PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/x-plugin-status-variables.html
Mysqlx_ssl_server_not_after The last date for which the SSL certificate is valid. Mysqlx_ssl_server_not_before The first date for which the SSL certificate is valid. If the bind has failed, or if the skip_networking option has been used, the value ...
https://dev.mysql.com/doc/refman/5.7/en/alter-table-partition-operations.html
Partitioning-related clauses for ALTER TABLE can be used with partitioned tables for repartitioning, to add, drop, discard, import, merge, and split partitions, and to perform partitioning maintenance. Simply using a partition_options clause with ...
https://dev.mysql.com/doc/refman/5.7/en/alter-user.html
To use ALTER USER, you must have the global CREATE USER privilege or the UPDATE privilege for the mysql system database. ALTER USER permits these resource_option values: MAX_QUERIES_PER_HOUR count, MAX_UPDATES_PER_HOUR count, ... ALTER USER [IF ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-installation.html
To ensure that your tables are up to date for upgrades from earlier versions of MySQL 5.7, run mysql_upgrade --force (which also performs any other needed updates). If you prefer to run the update statements only for the MySQL Enterprise Audit ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-reference.html
Example: mysql> SELECT audit_log_encryption_password_set(password); +---------------------------------------------+ | audit_log_encryption_password_set(password) | +---------------------------------------------+ | 1 | ...Unless those objects are ...
https://dev.mysql.com/doc/refman/5.7/en/backup-types.html
If that state is not sufficiently current, a full recovery can be followed by recovery of incremental backups made since the full backup, to bring the server to a more up-to-date state. This section describes the characteristics of different types ...
https://dev.mysql.com/doc/refman/5.7/en/bug-reports.html
We try to keep the manual up to date by updating it frequently with solutions to newly found problems. Normally mysqld should never corrupt a table if nothing killed it in the middle of an update. Before posting a bug report about a problem, please ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html
This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and clients. The first example shows a simplified procedure such as you might use from the command line. The first two examples ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-rsa-files-using-mysql.html
For some distribution types, such as RPM and DEB packages, mysql_ssl_rsa_setup invocation occurs during data directory initialization. In this case, the MySQL distribution need not have been compiled using OpenSSL as long as the openssl command is ...
https://dev.mysql.com/doc/refman/5.7/en/data-change-optimization.html
This section explains how to speed up data change statements: INSERT, UPDATE, and DELETE. Data analysis and reporting applications typically run data change operations that affect many rows at once, where the main considerations is the I/O to write ...Traditional OLTP applications and modern web applications typically do many small data change operations, where concurrency is ...