- First, open up phpMyAdmin.
- Click on your database name for Magento from the sidebar on the left.
- Click on the SQL tab and type the following in to the text box:
UPDATE `admin_user` SET `password` = MD5('123456') WHERE `username` = 'admin';
UPDATE `admin_user` SET `password` = MD5('123456') WHERE `username` = 'admin';
No comments