How To Reset Your Password Nikunj K 12 years ago 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'; Share your Love