MySQL Variables version 数据库 参数变量解释及正确配置使用

本站中文解释

_compile_os

version_compile_os是MySQL的系统变量,用来存储MySQL的编译操作系统的版本信息。
MySQL的用户们不能够直接去修改这个变量,因为它是一个只读变量,出于查看目的也不能够设置这个变量。
要想查看这个变量,可以使用以下SQL查询命令:
SHOW VARIABLES LIKE ‘version_compile_os’;

官方英文解释

version

The version number for the server. The value might also
include a suffix indicating server build or configuration
information. -log indicates that one or
more of the general log, slow query log, or binary log are
enabled. -debug indicates that the server was
built with debugging support enabled.


数据运维技术 » MySQL Variables version 数据库 参数变量解释及正确配置使用