Created
October 16, 2015 07:49
-
-
Save the-teacher/73c51d32f628ae088900 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> CREATE USER 'edu37'@'localhost' IDENTIFIED BY '***'; | |
> GRANT USAGE ON * . * TO 'edu37'@'localhost' IDENTIFIED BY '***' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; | |
> GRANT ALL PRIVILEGES ON `edu37_production` . * TO 'edu37'@'localhost'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment