/ Published in: XHTML
Nice tip for doing global search/replace on database, taken from the excellent warner brothers records writeup.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE files SET filepath = REPLACE(filepath, 'mutemath.wbrdev.com', 'mutemath'); UPDATE system SET filename = REPLACE(filename, 'mutemath.wbrdev.com', 'mutemath');
URL: http://www.slideshare.net/srhaber/drupal-wbr