Skip to content

Instantly share code, notes, and snippets.

@nghuuphuoc
Created April 17, 2014 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghuuphuoc/10949132 to your computer and use it in GitHub Desktop.
Save nghuuphuoc/10949132 to your computer and use it in GitHub Desktop.
Change Wordpress domain name
update wp_options set option_value='http://ri-zone.zoodemo.com' where option_name='siteurl';
define('WP_HOME', 'http://example.com');
define('WP_SITEURL', 'http://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment