トリガーを書き込んで mysql.user テーブルの権限の変更を監査しようとしています。
insert trigger: will capture who gave the new permissions and when
update trigger: will capture who changes the privileges from what[old privilege]
remove trigger: will capture who removed the privileges and what are they
今、次のように書いているときにエラーが発生しています
ERROR 1465 (HY000): Triggers can not be created on system tables
システム テーブルにトリガーを作成できますか? 回避策はありますか、それともより高いバージョンでサポートされる予定ですか?[> 5.1.61] ?
前もって感謝します。