Created
December 16, 2016 07:19
-
-
Save upandfine/f3ea16c8f45c4a3bdcd31c06ba1633a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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