查看mysql数据库的所有配置信息和服务器的各种状态

查看MySQL服务器配置信息  

mysql> show variables;    


2, 查看MySQL服务器运行的各种状态值  

mysql> show global status;  


posted @ 2013-12-21 23:12  jianhong  阅读(140)  评论(0编辑  收藏  举报