mysql ターミナルで次のステートメントを試しました。
revoke file on *.* to 'john'@'localhost';
しかし、私はエラーが発生します:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'to 'john'@'localhost'' at line 1
revoke ステートメントの正しい構文は何ですか? mysql のドキュメントを読んでみましたが、理解できませんでした。