Go to http://www.dnsyard.com for some free DNS tools.

MySQL Search and Replace

This is definitely useful…

UPDATE `<table_name>` SET `<field_name>` = replace( <field_name>, ‘<string_search>’, ‘<string_replace>’ ) ;

Cheers!!

Comments are closed.