views:

24

answers:

1

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?

A: 

i suggest to using mysqldump instead phpmyadmin dump .

Haim Evgi
:) Thanks - although in this case, I didnt have a choice and the importation worked from the command line via a < redirect
matt_tm
@matt_tm thanks on your accept
Haim Evgi