Magento August 23, 2012

How to reset Magento Admin Password

How to reset Magento Admin Password Go to your cPanel > phpMyAdmin, select your Magento database, click the SQL tab and paste this query: UPDATE admin_user SET password=CONCAT(MD5(‘admin123’), ‘:sG’) WHERE username=’AdminUsername’; Note: You have to change newpass in the MD5(‘admin123’) with your new password, and change *AdminUsername* to your Magento admin username. Execute the query …

How to reset Magento Admin Password Read More »

Magento August 23, 2012

How to configure Magento to work with a new domain

Easy steps for ‘How to configure Magento to work with a new domain’ There are two things you should do in order to configure Magento to work with a new domain: Edit the Magento database Go to your cPanel > phpMyAdmin. Select your Magento database from the  left menu, find the table called core_config_data and …

How to configure Magento to work with a new domain Read More »