PDA

View Full Version : Recover admin details.....


ChrisBarnett
10-21-2004, 04:11 AM
Dum dums created a user account and has forgotton what he did.

What's the easiest way to recover?

Thanks.

Chris.

Cameron Allen
10-21-2004, 02:22 PM
Go to the mysql prompt and type the following:
show databases;
use database_name;
select * from login;

ChrisBarnett
10-21-2004, 10:19 PM
Go to the mysql prompt and type the following:
show databases;
use database_name;
select * from login;

Thanks Cameron.