2010/05/11

MySQL 設定されている権限の確認

mysql> show grants for [user name];

正確には...

mysql> show grants for '[user name]'@'localhost';