Database関連

#conents

概要

MariaDBにおけるユーザ管理のTips

ユーザ作成

create user [USER]@[HOST] identified by '[PASSWORD]';

ユーザへの権限付与

grant [権限] privileges on [DB NAME].* to [USER]@[HOST];

ユーザ削除

drop user [USER]@[HOST]

ユーザ一覧


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS