共计 1181 个字符,预计需要花费 3 分钟才能阅读完成。
如果您使用的是Magento和您忘记或遗失密码,恢复它的最好办法是通过数据库。所有您需要做的就是,转到您的cPanel的phpMyAdmin的,并选择您的Magento的数据库。
密码被存储在…….. MySQL数据库admin_user表密码字段。 (改为您自己的表前缀,如果不同)
使用MySQL工具例如phpMyAdmin或MySQL查询浏览器来编辑该字段。
打开表,找到你的管理员用户名,然后选择该行进行编辑。
密码必须被加密,你不能简单地输入文字到这个领域
Set the password to a known value
– password = “this is the MD5 hashed password”
——————————————————
– admin = 21232f297a57a5a743894a0e4a801fc3
– secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
– OU812 = 7441de5382cf4fecbaa9a8c538e76783
Paste the hashed password into the field, save the change, and log-in using the new password.
Immediately change your password to something more secure!
or . . .
Set the password to your own value
Online MD5 tools – here are a couple online tools to create MD5 hashed values:
– JavaScript MD5 – http://pajhome.org.uk/crypt/md5/
– MD5er – http://www.md5er.com/
Use the tools to create your own strong hashed password.
Paste the result into the password field, save, and log-in with your new password.
Free MD5 utilities – for download
– MD5 & Hashing Utilities – http://www.digital-detective.co.uk/freetools/md5.asp
– SlavaSoft HashCalc – http://www.slavasoft.com/hashcalc/overview.htm
Download and use to make your own hashed password.
Other MD5 tools
There are many free MD5 tools online and as free downloadable utilities.
Google for “MD5 hash tool” and you will find many available