mysql> alter event event_1 disable;
ERROR 1044 (42000): Access denied for user ‘root’@‘localhost’ to database ‘information_schema’
mysql> select database();
±-------------------+
| database() |
±-------------------+
| information_schema |
±-------------------+
1 row in set (0.00 sec)
无法在information_schema下面执行语句
最新推荐文章于 2024-01-02 15:17:01 发布