Site icon TechnologiesPost

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
Exit mobile version