Update field in MySQL with new value from original (replacement)
From http://stackoverflow.com/questions/10177208/update-a-column-value-replacing-part-of-a-string
UPDATE urls SET url = REPLACE(url, 'domain1.com/images/', 'domain2.com/otherfolder/')