Skip to content

Instantly share code, notes, and snippets.

@tiijima
Last active September 2, 2015 08:16
Show Gist options
  • Save tiijima/3aae140a5e0498e124ca to your computer and use it in GitHub Desktop.
Save tiijima/3aae140a5e0498e124ca to your computer and use it in GitHub Desktop.
Mysql テーブルへの権限追加 grant
grant all on hoge_db.* to 'hoge_user'@'localhost' identified by 'hoge_pass';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment