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?


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



Reply via email to