c:\> mysql -u root -p Enter password: (パスワードを入力) mysql> grant select,insert,delete,update,create,drop,file,alter,index on *.* to user01 identified by 'password'; mysql> flush privileges; /*←権限テーブルを再読み込みする*/ mysql> exit Bye c:\> exit