Tech News, Huawei stock ROMs / firmware, Infinity Box Chinese Miracle 2 MTK v 1.58 setup, D&G Unlocker Tools "Bypass FRP Lock" Full Setup Installer Free, Dream league soccer apk+data download, Ultimate Multi Tool GSM v Setup, Huawei FRP Lock Bypass Tool Software Latest Version Free, True Smart Max 4.0 Plus unlock sim all, Itel 5020 Stock Firmware, GTA Vice City Ultra Compressed from 1.38 GB to 257 mb for Android, How To Unbrick Qualcomm Android Devices

How to reset password and username for Magento admin panel from phpMyAdmin XAMPP

How to reset password and username for Magento admin panel from phpMyAdmin XAMPP - How are you, friend? welcome to our blog super full Tech News, well now we will discuss the information you find on the search engines like google and other information that will we say this time is How to reset password and username for Magento admin panel from phpMyAdmin XAMPP, we always strive to show you the complete information for you, all right please see:

Articles : How to reset password and username for Magento admin panel from phpMyAdmin XAMPP
full Link : How to reset password and username for Magento admin panel from phpMyAdmin XAMPP

You can also see our article on:


How to reset password and username for Magento admin panel from phpMyAdmin XAMPP

In Magento local installation using XAMPP/WAMP, whenever we enter the wrong password, the Magento admin panel won't let us log into our application backend. The 'forgotten password' link  does not work because the application is installed locally and the local server is not capable of sending us the email message with our password. Fortunately, we have the liberty to reset forgotten password using phpMyAdmin.

Forgot Password :-

1. Firstly, Log into your phpMyAdmin dashboard. Select the 'magento' database. 


2. Click on the SQL tab on top. Enter the following line of SQL query. Enter your desired new password and your current username in place of  'PASSWORD' and 'USERNAME'. Please note that you need to know your correct username for this.  

UPDATE `admin_user` SET `password` = MD5('PASSWORD') WHERE `username` = 'USERNAME';

Hit Go.




3. By following the above method we are directly manipulating the password field in the MySQL database of Magento. We are making changes in the 'admin_user' table. Please note that this will work only when the default function used by Magento framework for password encryption hasn't been tweaked with. The default function is md5. If you haven't touched the settings for changing it, this solution will work for you.  

4. Try logging in with your new password to Magento admin panel. It should work now. 

Forgot Username :-

The procedure for resetting or changing the username is same as changing the password except for the SQL query part. In this case run this query with your password as it is and new username.

I have tested this solution for Magento installation Version 1.9.2 and XAMPP installation version 5.6.3.





Information about the How to reset password and username for Magento admin panel from phpMyAdmin XAMPP we have conveyed

A few of our information about the How to reset password and username for Magento admin panel from phpMyAdmin XAMPP, I hope you can exploit carefully

You have finished reading How to reset password and username for Magento admin panel from phpMyAdmin XAMPP and many articles about Tech News in our blog this, please read it. and url link of this article is https://hibbydabby.blogspot.com/2016/04/how-to-reset-password-and-username-for.html Hopefully discussion articles on provide more knowledge about the world of new tech gadgets and tech news.

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : How to reset password and username for Magento admin panel from phpMyAdmin XAMPP

0 komentar:

Post a Comment