Skip to content

Instantly share code, notes, and snippets.

@azurestone
Created July 20, 2013 10:26
Show Gist options
  • Save azurestone/6044581 to your computer and use it in GitHub Desktop.
Save azurestone/6044581 to your computer and use it in GitHub Desktop.
mysql> GRANT ALL PRIVILEGES ON *.* TO kitagamiadmin@"%"
-> IDENTIFIED BY 'パスワード' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO kitagamiadmin@localhost
-> IDENTIFIED BY 'パスワード' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment