Created
July 28, 2015 03:23
-
-
Save damaya/6869c0d16add3b32c810 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
| UPDATE `admin_user` SET `password` = MD5('newpassword') WHERE `username` = 'adminusername'; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select * from core_config_data where path like 'web/unsecure/base_url';
update core_config_data set core_config_data.value='http://magento.bitbang.co/' where core_config_data.config_id=1440;
update core_config_data set core_config_data.value='http://magento.bitbang.co/' where core_config_data.config_id=1441;