Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:13
Show Gist options
  • Save nishinoshake/c23d549fb92c58a28624 to your computer and use it in GitHub Desktop.
Save nishinoshake/c23d549fb92c58a28624 to your computer and use it in GitHub Desktop.
MySQLで置換UPDATE
UPDATE wp_posts SET post_content=REPLACE (post_content,'href="/','href="/hoge/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment