Skip to content

Instantly share code, notes, and snippets.

@jsuryahyd
Created November 16, 2018 10:50
Show Gist options
  • Save jsuryahyd/494c8bdd5184e27a98f36d7bccd9c448 to your computer and use it in GitHub Desktop.
Save jsuryahyd/494c8bdd5184e27a98f36d7bccd9c448 to your computer and use it in GitHub Desktop.
--connection status
show status like '%conn%';
--full process list
SHOW full processlist;
--global variables
show global variables like '%connect%';
--session variables
SHOW SESSION VARIABLES LIKE "%connect%";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment