Created
May 4, 2020 15:10
-
-
Save lao9s/5447b4673d14689abf1a868c7480e93f 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
# Need to authorized with root user(sudo su) to mysql -u root | |
GRANT ALL PRIVILEGES ON `tenant%`.* TO 'test_proagent'@'%' WITH GRANT OPTION; | |
#witch tenant is prefix of databases and test_proagent is user name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment