How to change base_url settings with phpMyAdmin
i have changed base_url in magento back end. Now my website is inaccessible How to change base_url settings with my phpMyAdmin? Thanks in advance! Take a look @ http://www.magentocommerce.com/wiki/recover/restore_base_url_settings Open your core_config_data table in phpMyAdmin. Find the following rows for your unsecure section, they should look like the following: PATH VALUE web/unsecure/base_url http://www.mydomain.com/ Replace http://www.mydomain.com/ with your appropriate domain url (trailing slash necessary) and if you’ve installed in a subfolder append it with a / after it. In your