You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql -u$USR -h$HOST -p$PASS -e "select id as Connection_ID,user,SUBSTRING_INDEX(HOST,':',1) as host,DB,time,info as query FROM information_schema.processlist WHERE info is not null and time>30 order by time desc limit 5;">processlist.log