Answers for "change magento database url usimg musql"

SQL
0

change magento database url usimg musql

UPDATE core_config_data SET value = 'http://www.hypernode.com/' WHERE path LIKE 'web/unsecure/base_url';
UPDATE core_config_data SET value = 'https://www.hypernode.com/' WHERE path LIKE 'web/secure/base_url';
Posted by: Guest on July-10-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language