2:
Re: password recovery
By: Jun-Dir Liew
|
In response to 1 | 03/19/07 05:32 PM | ||
Hi Jeffrey,
With the sysadmin user you can change any user's password by editing their profile via the 'Sys Admin->Find Users' screen. But if you've forgotten the sysadmin password itself? You can change it by editing the lams_user table in the database. 1. Just login to MySQL using the command line client, or your MySQL client of choice (I'll assume using the command line client): shell> mysql -u root -p Type in your root password when prompted. 2. At the mysql prompt, do the following: mysql> use lams Change 'use lams' to 'lams2' if you used the Windows installer (or whatever you called it if you chose not to use the default). You should be able to login using your new password straight away. Posted by Jun-Dir Liew |
|
||||||||||
|
Reply to first post on this page
Back to Getting Started