Oracle Enterprise Manager for MySQL 数据库用户指南 / 第 7 章配置指标 /
7.9 环境配置指标
列出环境配置指标并提供每个指标的简要说明。
表 7.9 环境配置指标
姓名 | 描述 |
---|---|
基础目录 | MySQL 安装基目录。 |
启用核心文件 | 如果服务器崩溃,是否写入核心文件。 |
数据目录 | MySQL 数据目录。 |
主机名 | 服务器在启动时将此变量设置为服务器主机名。 |
忽略数据库目录 | 不被视为数据目录中的数据库目录的名称的逗号分隔列表。 |
初始化文件 | 启动服务器时使用 --init-file 选项指定的文件名。 |
保持文件创建启用 | 如果使用 DATA DIRECTORY 或 INDEX DIRECTORY 选项创建 MyISAM 表并且找到现有的 .MYD 或 .MYI 文件,MyISAM 总是返回错误。 |
启用大文件支持 | mysqld 是否使用大文件支持选项编译。 |
启用大页面 | 是否启用大页面支持(通过 --large-pages 选项)。 |
大页面尺寸 | 如果启用了大页面支持,这将显示内存页面的大小。 |
启用锁定内存 | mysqld 是否被 --memlock 锁定在内存中。 |
启用小写文件系统 | 数据目录所在的文件系统是否区分大小写。 |
启用新模式 | 此变量在 MySQL 4.0 中用于打开某些 4.1 行为,并保留以实现向后兼容性。 |
启用旧模式 | 启用后,将索引提示的默认范围更改为 MySQL 5.1.17 之前使用的范围。也就是说,没有 FOR 子句的索引提示仅适用于索引如何用于行检索,而不适用于 ORDER BY 或 GROUP BY 子句的解析。 |
打开文件限制 | mysqld 可用的文件描述符的最大数量。 |
启用持久化全局负载 | 是否从数据目录中的 mysqld-auto.cnf 文件加载持久化配置设置。 |
文件 | 进程 ID 文件的路径名。 |
插件目录 | 插件目录的路径名。 |
显示兼容性56 已启用 | 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. |