Created
August 14, 2020 13:25
-
-
Save Ikhiloya/97c0c11399ed4362917c30be4b155611 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 user 'sa'@'localhost' identified by 'sa1234'; -- Create the user | |
grant all on exercise1.* to 'sa'@'localhost'; -- Gives all privileges to that user on new db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment