現在位置: ホーム 日々のメモ書き mysql grant and revoke

mysql grant and revoke

2007年10月12日 00時44分 Posted by TANIGUCHI Takaki | | タグ:
grantとrevokeの使い方をよく忘れるのでメモ。
  • revoke all privileges on * from 'root'@'192.168.1.1';
  • grant all privileges on *.* to  'root'@'192.168.1.1' identified by  'hogehogehoge';
Google Ad
Google Ad
Copyright © 1996-2012 TANIGUCHI Takaki