Revision: 24301
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 25, 2010 12:50 by Jamie
Initial Code
UPDATE files SET filepath = REPLACE(filepath,'path/to/search','path/to/replace');
Initial URL
Initial Description
This is useful for when a Wordpress environment goes live; typically the uploads have an absolute URL.
Initial Title
MySQL Find and Replace
Initial Tags
mysql, path, replace, find
Initial Language
MySQL