At 14:30 -0300 2/24/04, Tenchi Muyou wrote:
Hello there guys,

I needed to transfer my db from one MySql server to another, and exported the table in a .sql file. The problem is that when i try to import it gives an error. Here is the code that is giving the error:

INSERT INTO `phpbb_posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (37, '72f05c5c1f', '', 'Serve Blog: O-o;;\r\nTá desatualizado, mas peguem o endereço na sain XDD\r\n\r\npra quem é preguicoso \r\n\r\n[url=http://protection.dydnds.org]Protection Project[/url]');

How can I escape this ;; from the message? I tried \; but it wont work. Searched the documentation and couldnt find anything that could help. Any ideias?

You omitted some important information:


1) What method are you using to import the file?
2) What was the exact error message?

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to