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/information-schema.html
INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. Other terms that are sometimes used for this information are data ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-data-encryption.html
About Data-at-Rest Encryption Encryption Prerequisites Enabling File-Per-Table Tablespace Encryption Master Key Rotation Encryption and Recovery Exporting Encrypted Tablespaces Encryption and Replication Identifying Encrypted Tablespaces Encryption ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-enabling-monitors.html
The PROCESS privilege is required to enable or disable InnoDB Monitors. When InnoDB monitors are enabled for periodic output, InnoDB writes the output to mysqld server standard error output (stderr) every 15 seconds, approximately. InnoDB sends the ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-file-format-compatibility-checking-table-access.html
All tables using any file format supported by a release can be read or written (assuming the user has sufficient privileges). When a table is first accessed, InnoDB (including some releases prior to InnoDB 1.0) checks that the file format of the ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-internal-data.html
As these tables contain sensitive information (at least INNODB_LOCKS.LOCK_DATA and INNODB_TRX.TRX_QUERY), for security reasons, only the users with the PROCESS privilege are allowed to SELECT from them. The data exposed by the transaction and ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-system-tablespace.html
When using a raw disk partition, ensure that the user ID that runs the MySQL server has read and write privileges for that partition. The system tablespace is the storage area for the InnoDB data dictionary, the doublewrite buffer, the change ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-key-migration.html
The account used to connect to the running server must have the SUPER privilege required to modify keyring_operations. A keyring migration copies keys from one keystore to another, enabling a DBA to switch a MySQL installation to a different ...
https://dev.mysql.com/doc/refman/5.7/en/log-destinations.html
Logs are accessible remotely through any client that can connect to the server and issue queries (if the client has the appropriate log table privileges). MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/doc/refman/5.7/en/log-file-maintenance.html
Execution of log-flushing statements or commands requires connecting to the server using an account that has the RELOAD privilege. As described in Section 5.4, “MySQL Server Logs”, MySQL Server can create several different log files to help you ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-binary.html
This section covers the steps necessary to install the correct executables for each type of Cluster node from precompiled binaries supplied by Oracle. For setting up a cluster using precompiled binaries, the first step in the installation process ...