[support] Search and Replace

sessy sessy at citromail.hu
Wed Jun 13 23:45:33 UTC 2007


A fast solution is to dump the database into an .sql file, and do a search&replace on it.
Another method would be to do a mysql update using the replace function:
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replace

regards,

s

Wed, 13 Jun 2007 10:17:30 -0400 -n
"A-NO-NE Music" <madflute at anonemusic.com> írta:

> I finally made the site live last night by modifying htaccess, only to
> find path written in node bodies are all wrong.  Where it says:
>     src/href="sites/..
> It should had said:
>     src/href="/sites/..
> 
> There are million places I have to edit.  How can I do this Search and
> Replace in one shot?


More information about the support mailing list