Find and Replace text in the entire table using a MySQL query
UPDATE `table_name` SET `field_name` = replace(same_field_name, 'unwanted_text', 'wanted_text')