Saturday
Feb112012
Find and replace with phpMyAdmin

To find and replace in phpMyAdmin, use this:
UPDATE tablename SET fieldname = REPLACE(fieldname, "old", "new");
in
how-to,
mysql,
phpmyadmin



To find and replace in phpMyAdmin, use this:
UPDATE tablename SET fieldname = REPLACE(fieldname, "old", "new");
Reader Comments