Last active
March 10, 2017 17:39
-
-
Save Gummibeer/f23f8f11ed3db7922a97a072434af549 to your computer and use it in GitHub Desktop.
This file contains 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 newuser_db; | |
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; | |
GRANT ALL PRIVILEGES ON `newuser\_%` . * TO 'newuser'@'localhost'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment