UPDATE admin_user SET password=CONCAT(MD5('sGnewpass'), ':sG')
WHERE username='AdminUsername';
You have to change newpass in the MD5('sGnewpass') with your new password, and change 'AdminUsername' to your Magento admin username.
Execute the query and your password will be changed.
Its doesnt work
ReplyDeletePlease see this post, it will work.
ReplyDeletehttp://magento-tutorials-online.blogspot.in/2013/07/how-to-change-username-and-password-in.html