PDF (US Ltr)
- 0.7Mb
PDF (A4)
- 0.7Mb
Lists the Environment configuration metrics and provides a brief description of each.
Table 7.9 Environment Configuration Metrics
Name | Description |
---|---|
Basedir | The MySQL installation base directory. |
Core File Enabled | Whether to write a core file if the server crashes. |
Datadir | The MySQL data directory. |
Hostname | The server sets this variable to the server host name at startup. |
Ignore DB Dirs | A comma-separated list of names that are not considered as database directories in the data directory. |
Init File | The name of the file specified with the --init-file option when you start the server. |
Keep Files On Create Enabled | If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. |
Large Files Support Enabled | Whether mysqld was compiled with options for large file support. |
Large Pages Enabled | Whether large page support is enabled (via the --large-pages option). |
Large Page Size | If large page support is enabled, this shows the size of memory pages. |
Locked In Memory Enabled | Whether mysqld was locked in memory with --memlock. |
Lower Case File System Enabled | Whether the file system where the data directory is located is case sensitive or not. |
New Mode Enabled | This variable was used in MySQL 4.0 to turn on some 4.1 behaviors, and is retained for backward compatibility. |
Old Mode Enabled | When enabled, changes the default scope of index hints to that used prior to MySQL 5.1.17. That is, index hints with no FOR clause apply only to how indexes are used for row retrieval and not to resolution of ORDER BY or GROUP BY clauses. |
Open Files Limit | The maximum number of file descriptors available to mysqld. |
Persisted Globals Load Enabled | Whether to load persisted configuration settings from the mysqld-auto.cnf file in the data directory. |
Pid File | The path name of the process ID file. |
Plugin Dir | The path name of the plugin directory. |
Show Compatibility56 Enabled | As of MySQL 5.7.6, system and status variable information is available in Performance Schema tables. When show_compatibility_56 is ON, compatibility is enabled. Older variable information sources (SHOW statements, INFORMATION_SCHEMA tables) produce the same output as in MySQL 5.6. Newer information sources (Performance Schema tables) produce no output. When show_compatibility_56 is OFF, compatibility is disabled. The INFORMATION_SCHEMA tables produce no output. The SHOW statements and the Performance Schema tables do produce output. The INFORMATION_SCHEMA tables produce no output because the Performance Schema tables are intended to replace them. The INFORMATION_SCHEMA tables are deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release. |
Show Old Temporals Enabled | Whether SHOW CREATE TABLE output includes comments to flag temporal columns found to be in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without support for fractional seconds precision). |
Skip External Locking Enabled | This is OFF if mysqld uses external locking, ON if external locking is disabled. |
SQL Mode | SQL modes define what SQL syntax MySQL supports and what kind of data validation checks it performs. |
Tmpdir | The path of the directory to use for creating temporary files. |