mysql 卡的sql查询

SELECT * FROM information_schema.processlist where command!='Sleep' limit 3;

SELECT user, host, time, command, time
  FROM [mysql|information_schema].processlist
 WHERE user = 'me' and state IS NOT NULL;

猜你喜欢

转载自fengbin2005.iteye.com/blog/2378711
今日推荐