MYSQL ERROR 1064 (42000) - SQL 语法错误

发布于 2024-09-27 13:19:56 字数 946 浏览 0 评论 0原文

我正在将一些条目导入到 MYSQL 表中,它在其中一个 INSERT 语句上中断,并出现以下错误:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'reqSent', 'Your 1-on-1 Request has been sent', '&
(3996, 'reqSent', 'Your 1-on-1' at line 250

我正在导入的 SQL 语句自从 phpMyAdmin 导出以来尚未进行修改,相关行如下:

(3996, 'reqSent', 'Your 1-on-1 Request has been sent', 'Seu 1-em-um pedido foi enviado. O instrutor irá rever o seu pedido e pode aceitar, recusar ou sugerir detalhes sessão diferente. Se o instrutor aceitar o seu pedido, será enviada uma factura (a menos que ele é livre consulta). Por favor pagar a factura de imediato. A sessão não será agendada até que você paga', 31, '1', '2010-06-24 19:28:35'),

我看不出这里的错误是什么 - 有人可以帮忙吗?

I'm importing some entries into a MYSQL table and it breaks on one of the INSERT statements with the following error:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'reqSent', 'Your 1-on-1 Request has been sent', '&
(3996, 'reqSent', 'Your 1-on-1' at line 250

The SQL statements I'm importing have not been modified from when they were exported from phpMyAdmin and the relevant line is as follows:

(3996, 'reqSent', 'Your 1-on-1 Request has been sent', 'Seu 1-em-um pedido foi enviado. O instrutor irá rever o seu pedido e pode aceitar, recusar ou sugerir detalhes sessão diferente. Se o instrutor aceitar o seu pedido, será enviada uma factura (a menos que ele é livre consulta). Por favor pagar a factura de imediato. A sessão não será agendada até que você paga', 31, '1', '2010-06-24 19:28:35'),

I'm not able to see what the error is here - can someone assist?

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

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

发布评论

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

评论(1

情场扛把子 2024-10-04 13:19:56

我建议使用 mysqldump 而不是 phpmyadmin dump 。

i suggest to using mysqldump instead phpmyadmin dump .

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