Created
November 7, 2018 02:46
-
-
Save jtr109/e31d4c3edc14f4a9e706281af74f6e19 to your computer and use it in GitHub Desktop.
Cheat Sheet of MySQL
mysql> SHOW VARIABLES LIKE "max_connections";
mysql> SET GLOBAL max_connections = 250;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment