To find and replace in phpMyAdmin, use this:
UPDATE tablename SET fieldname = REPLACE(fieldname, "old", "new");
Blog about web development by Robert Dawson
To find and replace in phpMyAdmin, use this:
UPDATE tablename SET fieldname = REPLACE(fieldname, "old", "new");