有时候sql占用的CPU比较高 这个时候就需要查看当前运行的sql从而进行优化。
use information_schema; select * from PROCESSLIST where info is not null;
关键字词:
有时候sql占用的CPU比较高 这个时候就需要查看当前运行的sql从而进行优化。
use information_schema; select * from PROCESSLIST where info is not null;