Intresting, im gonna try that one, so far ive manage to solve this using phpMyAdmin and doing this:update table_name set table_field = replace(table_field,'replace_that','with_this');
Here is the example:update posts set content = replace(content,'dog','cat');
That solved the problem of setting up a joomla site on localhost, backing up with joomlapack and restore on remote site. I was wondering if theres other way to do this, something that correct the paths automatically?.
Theres the sites that a ive checked for this:
http://blog.urbanmainframe.com/2008/07/mysql-search-replace/
http://vyaskn.tripod.com/sql_server_search_and_replace.htm
Thanks Wage