Mambo / Joomla Password - How to Reset / Recover曼波/ joomla密码-如何重置/收回
Mambo / Joomla passwords cannot be recovered as they are set using a one-way hash function (MD5).曼波/ joomla密码不能收回,因为它们是一套使用一个单向散列函数( MD5的) 。 However they can be reset to new values.然而,他们能够被复位到新的价值观。
The user information is stored in the MySQL database (obviously) in the mos_users (for MAMBO) or jos_users (for JOOMLA).用户信息存储在MySQL数据库(显然) ,在mos_users (曼波)或jos_users ( joomla ) 。 The prefix (mos or jos) can be configured and may be named differently for your system.前缀(马鞍山或乔斯)可配置和可能被命名为不同的为您的系统。
Using phpMyAdmin 用phpmyadmin
In phpMyAdmin select the database for your Mambo / Joomla system on the left combo-box.在phpmyadmin选择数据库为您的曼波/ joomla系统在左边组合框中。 Then choose the mos_users (or as appropriate) table and select browse.然后选择mos_users (或酌情)表,并选择浏览。 Click on edit icon (pencil) for the row where the username is admin.按一下编辑图标(铅笔) ,为连续情况下的用户名是政府当局。
In the password row under Function column set the function to MD5.在密码连续下功能栏设置功能的MD5 。 Set the Value to your chosen password.将该值设置为您选择的密码。 Save it (by clicking on Go) and you are done.它储存(点击进入)和你做。
Using MySQL commandline or GUI 使用MySQL的命令或贵
With MySQL you can execute the following command in mysql command line or gui:与MySQL ,您可以执行下列命令在MySQL命令行或图形界面:
UPDATE mos_users SET password = MD5( ‘ Your Password ‘ ) WHERE username = ‘admin’; 更新mos_users设置密码的MD5 = ( '您的密码 ' )其中username = '管理' ;
Note: Change Your Password to your password (obviously).注意:更改您的密码到您的密码(很明显) 。
And you are done!和你做!
Filed under提起下 Headline News头条新闻 , , PHP PHP的 , , Web网页 , , Web Services Web服务 | |
| |
RSS 2.0 2.0 | |
Email this Article电子邮件此文章
You may also like to read您也可以想读 |



