# SHOW STATUS Goods 数据库近期在每日高峰时段很慢,Joe 想初步的查看一下数据库的工作状态,他应该执行: 点击进入[MySQL实战练习环境](https://mydev.csdn.net/product/pod/new?image=cimg-centos7-skilltreemysql&connect=auto&create=auto&utm_source=skill)。 ## 答案 ```mysql show global status; ``` ## 选项 ### A ```mysql show status; ``` ### B ```mysql show session status; ``` ### C ```mysql show local status; ```