MySQL ReadOnly用户看不到慢查询日志
我打开了MySQL慢查询日志。对于我的主用户帐户,我可以运行此查询并查看结果:
select * from mysql.slow_log limit 1;
我还有一个“只读”用户帐户。此帐户对每个架构都具有 SELECT 权限。当我以该用户身份登录并运行上述查询时,我得到 0 个结果。没有出现错误或警告,只是看起来日志是空的。
我是否需要向我的“只读”用户授予其他权限或其他权限?有什么想法吗?
I have the MySQL slow query log turned on. For my main user account I can run this query and see results:
select * from mysql.slow_log limit 1;
I also have a "readonly" user account. This account has SELECT permission for every schema. When I log in as this user and run the above query, I get 0 results. No error or warning appears, it just looks like the log is empty.
Do I need to give my "readonly" user another permission or something? Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论