1 min read

How To Reset Your Password

  1. First, open up phpMyAdmin.
  2. Click on your database name for Magento from the sidebar on the left.
  3. 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

Leave a Reply

Your email address will not be published. Required fields are marked *