Return to Snippet

Revision: 53374
at November 21, 2011 03:14 by irishsk


Initial Code
UPDATE wp_posts SET post_content = REPLACE(post_content, 'staging.server.com', 'www.productionserver.com');

Initial URL


Initial Description


Initial Title
MYSQL search and replace

Initial Tags
mysql

Initial Language
MySQL