Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.3Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 691 to 700 of 847 total results
https://dev.mysql.com/doc/refman/5.7/en/keyring-metadata.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'keyring%'; +--------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +--------------+---------------+ | keyring_file | ACTIVE | ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-plugin-installation.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'keyring%'; +--------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +--------------+---------------+ | keyring_file | ACTIVE | ...
https://dev.mysql.com/doc/refman/5.7/en/kill.html
In most cases, it might take some time for the thread to die because the kill flag is checked only at specific intervals: During SELECT operations, for ORDER BY and GROUP BY loops, the flag is checked after reading a block of rows. KILL [CONNECTION ...
https://dev.mysql.com/doc/refman/5.7/en/libmysqld-example.html
These two example programs should work without any changes on a Linux or FreeBSD system. For other operating systems, minor changes are needed, mostly with file paths. These examples are designed to give enough details for you to understand the ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-native.html
Many Linux distributions include a version of the MySQL server, client tools, and development components in their native software repositories and can be installed with the platforms' standard package management systems. This section provides basic ...
https://dev.mysql.com/doc/refman/5.7/en/log-file-maintenance.html
FLUSH LOGS supports optional modifiers to enable selective flushing of individual logs (for example, FLUSH BINARY LOGS). As described in Section 5.4, “MySQL Server Logs”, MySQL Server can create several different log files to help you see what ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-prefpane.html
The "Preference Pane" option is listed there and enabled by default; make sure it is not deselected. Select the MySQL preference pane by clicking the MySQL icon within the preference panes list. The MySQL Installation Package includes a MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/myisam-optimization.html
This makes your data much more localized and may speed up range-based SELECT and ORDER BY operations that use this index. To coalesce fragmented rows and eliminate wasted space that results from deleting or updating rows, run myisamchk in recovery ...
https://dev.mysql.com/doc/refman/5.7/en/myisamchk-check-options.html
This is the default operation if you specify no option that selects an operation type explicitly. myisamchk supports the following options for table checking operations: --check, -c Command-Line Format --check Check the table for errors.
https://dev.mysql.com/doc/refman/5.7/en/myisamchk-other-options.html
This makes your data much more localized and may speed up range-based SELECT and ORDER BY operations that use this index. myisamchk supports the following options for actions other than table checks and repairs: --analyze, -a Command-Line Format ...
Displaying 691 to 700 of 847 total results