Skip to content

Instantly share code, notes, and snippets.

@tomoyk
Created September 5, 2019 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyk/24b005871b1a1533226e5465d2ad05d1 to your computer and use it in GitHub Desktop.
Save tomoyk/24b005871b1a1533226e5465d2ad05d1 to your computer and use it in GitHub Desktop.

DBを作成するときにやること

いいかげんおぼえろ

create user 'ユーザー名'@'localhost' identified by 'パスワード';
grant all on データベース名.* to 'ユーザー名'@'localhost';

flush privileges; は不要

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