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:bind -s "^xh" "select substring_index(host,':', 1) as host_name, count(1) as connections from information_schema.processlist group by host_name;\n"