/ Published in: MySQL
This is useful for when a Wordpress environment goes live; typically the uploads have an absolute URL.
Expand |
Embed | Plain Text
UPDATE files SET filepath = REPLACE(filepath,'path/to/search','path/to/replace');
You need to login to post a comment.
