Forum Getting Started: What happens if I forget the administrator password?


 
You may request notification for What happens if I forget the administrator password?.
Search: 

1: What happens if I forget the administrator password?
12/12/05 12:18 PM
[ Reply | Forward ]
Please give to me a solution, I would not like to install LAMS again...

Posted by Giorgio Venturi

2: Re: What happens if I forget the administrator password?
In response to 1 12/12/05 06:39 PM
[ Reply | Forward ]
If you used the Windows installer, you can find your password in C:\lams\lams-config.bat...! If not, then you can reset your password by logging into mysql and updating the password column in the tbl_user table:

mysql> use lams;
mysql> update tbl_user set password=md5('your new password') where uid=0;

done!

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Getting Started