XAMPP+MySQL+mroonga #6 一般ユーザーを作成

データベースの一般ユーザーを作成する。

create user ユーザー名 identified by 'パスワード';
grant select,insert,update,delete on データベース名.* to ユーザー名;



技術メモ, XAMPP, MySQL, mroonga

0 件のコメント:

その他の記事