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


 
Search: 

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