/ Published in: XHTML
URL: http://www.slideshare.net/srhaber/drupal-wbr
Nice tip for doing global search/replace on database, taken from the excellent warner brothers records writeup.
Expand |
Embed | Plain Text
UPDATE files SET filepath = REPLACE(filepath, 'mutemath.wbrdev.com', 'mutemath'); UPDATE system SET filename = REPLACE(filename, 'mutemath.wbrdev.com', 'mutemath');
You need to login to post a comment.
