Skip to content

Instantly share code, notes, and snippets.

@a7madev
Created November 24, 2014 07:04
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 a7madev/e8d3aea8e9f3f4b6ed5f to your computer and use it in GitHub Desktop.
Save a7madev/e8d3aea8e9f3f4b6ed5f to your computer and use it in GitHub Desktop.
WordPress - Update Website URL
UPDATE `database`.`wp_options` SET `option_value` = 'http://localhost/wp' WHERE `wp_options`.`option_id` = 1;
UPDATE `database`.`wp_options` SET `option_value` = 'http://localhost/wp' WHERE `wp_options`.`option_id` = 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment