Created
January 14, 2023 07:12
-
-
Save mahdi375/1a943b2b5a8cc3ac4e96483f5b8bf880 to your computer and use it in GitHub Desktop.
mysql general cmds #mysql
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
-- grant all privilages to a user | |
GRANT ALL PRIVILEGES ON *.* TO 'mahdi'@'%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment