Created
July 3, 2020 06:57
-
-
Save oxlb/d013a32e6f534a33c8ac09f5f425d230 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 DATABASE IF NOT EXISTS `test`; | |
GRANT ALL ON `test`.* TO 'user'@'%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment