Created
September 27, 2017 09:56
-
-
Save maxpowel/9bfe57285a1a542b0c8ca20e287ccd0f to your computer and use it in GitHub Desktop.
Create and grant permissions in Mysql
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 DATABASE testdb | |
GRANT ALL PRIVILEGES ON testdb.* To 'testuser'@'%' IDENTIFIED BY 'plainPassword'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment