10-11-2011, 01:39 PM
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,359
|
bascially you want to execute
Code:
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
or here is a tool
http://sewmyheadon.com/2009/mysql-search-replace-tool/
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
WP Stuff
|
|
|