Re: How do I reset the admin password?
From the command line
just open the terminal
>mysql -u <username here> -p
it will prompt for pasword enter your mysql password here.
then you will have
mysql>
mysql> show databases;
This will show all the databases there are.
mysql>use <SugarDatabase>
the name of the db u used for SugarDB
mysql>Database changed
u will recieve this message
mysql>show tables;
It will show all the tables in the DB
mysql> Run The Command The Change The Password.
Hope that helps
If It Is To Be, It Is Up To Me
Bookmarks