调试mysql 1044错误

发布于 2024-12-18 14:11:37 字数 133 浏览 1 评论 0原文

找出 mysql 1044 错误原因的最佳方法是什么?

ERROR 1044 (42000): Access denied for user 'web'@'%' to database some_db

What is the best way to figure out the cause of a mysql 1044 error?

ERROR 1044 (42000): Access denied for user 'web'@'%' to database some_db

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫腻 2024-12-25 14:11:37

show grants for web@% 将是最好的方法。如果您没有得到任何回报,或者已授予的内容不能满足所要求的内容,那么您就有问题了......

show grants for web@% would be the best way. If you don't get back anything, or what HAS been granted doesn't cover what's being requested, there's your problem...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文