1. Recover Root Password
Log in using single-user mode then create a new root password.To enter single-user mode, reboot your computer. If you use the default boot loader, GRUB, you can enter single user mode by following these steps:-
At the boot loader menu, use the arrow keys to highlight the installation you want to edit and type [A] to enter into append mode.
The looks similar to the following:
grub append> ro root=LABEL=/
Press the Space bar once , then add the word single to tell GRUB to boot into single-user mode. The result should look like the following:
grub append> ro root=LABEL=/ single
Then Press [Enter] and GRUB will boot as a single-user mode.
After that, the look with a shell prompt similar to the following:
sh-2.05b#
Now you can change the root password by typing:
sh-2.05b# passwd root
Type your password, re-type it, then press enter. The password is changed ...
After reboot you can log in into root user.
Keep Enjoying ...!
2. Recover mysql Password
3. Recover GUI Password
recover admin password:-
Login as root via console or SSH to your GoAutoDial server.
Enter the following commands:
[root@go ~] mysql -p
Type your password:-
Default password is :- vicidialnow
mysql>
at there type use asterisk;
It look same as :-
mysql>use asterisk;
Then
mysql> select * from vicidial_users where user="Admin";
or very simple,
type the following command ...
mysql>select user,pass,user_level from vicidial_users where user_level='9';
admin password will be displayed ...
Keep Enjoying ... !
0 comments:
Post a Comment