Skip to content

Instantly share code, notes, and snippets.

@upandfine
Created December 16, 2016 07:19
Show Gist options
  • Save upandfine/f3ea16c8f45c4a3bdcd31c06ba1633a8 to your computer and use it in GitHub Desktop.
Save upandfine/f3ea16c8f45c4a3bdcd31c06ba1633a8 to your computer and use it in GitHub Desktop.
SQL
mysql -u <dbuser> -p
update core_config_data set value = 'http://mydomain/' where path = 'web/unsecure/base_url';
update core_config_data set value = 'http://mydomain/' where path = 'web/secure/base_url';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment