乐趣区

关于mysql:MySQL常用命令

1、查看慢查问超时工夫值
use performance_schema;
select * from variables_by_thread where variable_name = 'long_query_time';
2、查看 MySQL 以后线程
show processlist;
退出移动版