2019年4月3日
摘要: SELECT substring_index(HOST, ':', 1) AS host_name, state, count(*) FROM information_schema. PROCESSLIST GROUP BY state, host_name; 阅读全文
posted @ 2019-04-03 11:00 WenQ001 阅读(834) 评论(0) 推荐(0) 编辑