Created
December 22, 2012 16:28
-
-
Save jibone/4359734 to your computer and use it in GitHub Desktop.
Just the mysql statement for find and replace.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE wp_posts set post_body = replace(post_body, 'needle', 'chocolate'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment