Skip to content

Instantly share code, notes, and snippets.

@bekapod
Created September 20, 2013 16:00
Show Gist options
  • Save bekapod/6639782 to your computer and use it in GitHub Desktop.
Save bekapod/6639782 to your computer and use it in GitHub Desktop.
MAGENTO: Change admin password
UPDATE admin_user SET password=CONCAT(MD5('qXadmin123'), ':qX') WHERE username='admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment