Created
November 24, 2014 08:32
-
-
Save bouassaba/5ccd37f02fba5f4d9c5f to your computer and use it in GitHub Desktop.
Magento, change admin password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM admin_user; | |
UPDATE admin_user SET password=CONCAT(MD5('qXpassword'), ':qX') WHERE username='admin'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment