mysql権限設定

権限削除

mysql> REVOKE ALL PRIVILEGES ON * . * FROM ユーザID@"localhost";
mysql> FLUSH PRIVILEGES;