Skip to content

Instantly share code, notes, and snippets.

@soncco
Created April 13, 2016 00:06
Show Gist options
  • Save soncco/a8b1b2ecbce553660b2bf687179252e1 to your computer and use it in GitHub Desktop.
Save soncco/a8b1b2ecbce553660b2bf687179252e1 to your computer and use it in GitHub Desktop.
create user 'user'@'localhost' IDENTIFIED BY 'pass';
GRANT ALL PRIVILEGES ON db.* TO 'user'@'localhost';
@soncco
Copy link
Author

soncco commented Mar 19, 2022

CREATE USER 'user'@'%' IDENTIFIED WITH mysql_native_password BY 'pass';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment