Created
August 13, 2014 07:41
-
-
Save mayukojpn/8390f4fceb6e7b3dd701 to your computer and use it in GitHub Desktop.
WordPressのドメイン置換
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_options set option_value=replace(option_value, 'blog.example.com', 'blog.example.org') where option_name in ('siteurl', 'home'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment