CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
FLUSH PRIVILEGES;
Created
October 23, 2018 01:44
-
-
Save mrdrozdov/a1731063be8f3389ff1f8a68e3f72b90 to your computer and use it in GitHub Desktop.
mysql-notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment