#1142 - 拒绝用户 ___ 表 ___ 的 INSERT 命令
显然这通常与大小有关,但我只有一张有六列的表格。
最近唯一改变的是,今天我安装了一个论坛,但我又将其删除,问题仍然存在。
我在 PHPmyAdmin 中手动输入 SQL。
知道问题出在哪里吗?
Apparently this is usually to do with size, but I only have one table with six columns.
The only thing that has changed recently is that today I installed a forum but I've removed it again and the problem persists.
I am entering the SQL manually in PHPmyAdmin.
Any idea what the problem could be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我刚刚遇到该错误,发现我的查询状态拼写的数据库名称不正确。 :(
I just faced that ERROR, and found that my QUERY state incorrect spelled DATABASE name. :(
问题出在用户会话 cookie 上,因此您需要做的就是通过单击 phpMyAdmin 下方右上方的图标来删除这些 cookie,如下图所示:
The problem is about the user session cookies, so all you need to do is to delete those cookies by clicking on the icon at the top right below phpMyAdmin as mentioned in this mage:
您的用户没有INSERT 权限。检查用户数据库权限。
也许您更改了用户,也许您只是更改了连接位置的主机或 IP。
使用此语句授予权限。
Your user doesn't have INSERT privilege. Check user database privileges.
Maybe you changed user, maybe you just changed the HOST or the IP from where you are connecting.
Use this statement to grant the privilege.
达到数据库配额限制 = MB 空间不足。
DB quota limit reached = out of MB space.