mysql
show processlist 에 where 조건 사용하기
┌(  ̄∇ ̄)┘™
2018. 12. 19. 13:05
728x90
SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST where time > 10 and info is not null;
how to customize `show processlist` in mysql? 2009.05.30
http://stackoverflow.com/questions/929612/how-to-customize-show-processlist-in-mysql
Chapter 23 The INFORMATION_SCHEMA PROCESSLIST Table
https://dev.mysql.com/doc/mysql-infoschema-excerpt/5.1/en/processlist-table.html
728x90