Created
March 12, 2015 08:44
-
-
Save rodde177/38c565b845845f8d5275 to your computer and use it in GitHub Desktop.
Change db user permission
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
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON dbname.* to dbuser@localhost IDENTIFIED BY 'pwd'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment