Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created January 17, 2015 13:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save syossan27/1154565aa0395c1f20ff to your computer and use it in GitHub Desktop.
$ mysql -u root -psecret
> GRANT ALL ON *.* TO 追加したいユーザ名@localhost IDENTIFIED BY 'パスワード';
> FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment