killing of MySQL processlist(清理mysql所有队列) mysql > select concat ( ‘KILL ‘ , id , ‘;’ ) from information_schema .processlist where user = ‘root’ and time > 3 into outfile ‘/tmp/a.txt’ ; mysql > source / tmp / a .txt ;