Created
August 17, 2016 16:17
-
-
Save binaryk/912fbb966ead646ea89e7828b19d155e 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
grant all on *.* to 'root'@'%' identified by 'Parola'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grant all privileges on databasename.* to 'username'@'%' identified by 'testpass';