>데이터 베이스 >MySQL 튜토리얼 >查询Mysql状态_MySQL

查询Mysql状态_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-01 13:29:271147검색

bitsCN.com

查询Mysql状态

 

#查询数据库连接show full  processlist;show status like '%Max_used_connections%';show status like '%Threads_connected%';#当前连接数show status like '%table_lock%';#表锁定show status like 'innodb_row_lock%';#行锁定show status like '%qcache%'; #查询缓存情况show variables like "%query_cache%";SHOW STATUS LIKE 'Qcache%'; show variables like "%binlog%";show status like 'Aborted_clients';#由于客户没有正确关闭连接已经死掉,已经放弃的连接数量show variables like '%max_connections%';show variables like '%timeout%';show variables like 'log_%'; #查看日志是否启动 

 


bitsCN.com
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.