调试mysql 1044错误
找出 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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...