mysql 命令

来源:互联网 发布:阿里云服务器怎么用 编辑:程序博客网 时间:2024/05/01 16:39
show full processlist;

show global variables;
show global status;

show global variables where Variable_name like '%%' and Value != '';
show global status where Variable_name like '%%' and Value != '';
show global status where Variable_name in ('com_select','com_delete','com_insert','com_update');
原创粉丝点击