MySQL Forums
Forum List  »  Other Migration

Converting <br> tag to newline
Posted by: Malaiselvan K
Date: December 22, 2008 07:26AM

Hi All,

I am currently migrating some data from one mysql database to another mysql database.

While doing this i am facing some problem. My source database stores all the newline as <br> tag. But my target database stores all the newline as "enter key"

Source
Hi<br>user

Target
Hi
user

I am trying to replace all <br> tag to newline symbol. I failed in all my tries.

Appreciate your help on this.

Cheers
Malai

Options: ReplyQuote


Subject
Views
Written By
Posted
Converting <br> tag to newline
8390
December 22, 2008 07:26AM
3913
December 24, 2008 11:41AM
3884
December 31, 2008 08:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.