Created
August 30, 2016 02:21
-
-
Save marsyang1/ac2a6724875e87f73347392699197fbf to your computer and use it in GitHub Desktop.
mysql add user and grant user example
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 USER 'confluence'@'%' IDENTIFIED BY 'confluence'; | |
| GRANT ALL ON confluence.* TO 'confluence'@'%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment