mysql> show global status; 可以列出MySQL服务器运行各种状态值,另外,查询MySQL服务器配置信息语句: mysql> show variables; 一、慢查询 mysql> show variables like ‘%slow%’;+——————+——-+| Variable_name | Value |+——————+——-+| log_slow_queries | ON || slow_launch_time | 2 |+——————+——-+ mysql> show global status like ‘%slow%’;+———————+——-+| V