#1142 - 拒绝用户 ___ 表 ___ 的 INSERT 命令

发布于 2024-12-03 01:34:14 字数 127 浏览 1 评论 0原文

显然这通常与大小有关,但我只有一张有六列的表格。

最近唯一改变的是,今天我安装了一个论坛,但我又将其删除,问题仍然存在。

我在 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 技术交流群。

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

发布评论

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

评论(4

孤云独去闲 2024-12-10 01:34:14

我刚刚遇到该错误,发现我的查询状态拼写的数据库名称不正确。 :(

I just faced that ERROR, and found that my QUERY state incorrect spelled DATABASE name. :(

飘过的浮云 2024-12-10 01:34:14

问题出在用户会话 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:

this image

扎心 2024-12-10 01:34:14

您的用户没有INSERT 权限。检查用户数据库权限。

也许您更改了用户,也许您只是更改了连接位置的主机或 IP。

使用此语句授予权限。

GRANT INSERT ON databaseName TO 'user'@'66.40.52.21' 

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.

GRANT INSERT ON databaseName TO 'user'@'66.40.52.21' 
倾城月光淡如水﹏ 2024-12-10 01:34:14

达到数据库配额限制 = MB 空间不足。

DB quota limit reached = out of MB space.

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