Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Windows Server 2003 SBE - error Windows system32 config system - file missing/ corrupt
Thu Nov 12, 2009 10:30 am by sugito

» Squid http_port 8080
Tue Aug 19, 2008 12:17 pm by arundivae

» rm and tar commands are slow
Thu Jul 17, 2008 7:23 am by vgkiran

» Problems in sending and receiving of email....
Thu Jul 10, 2008 2:20 pm by sharath

» unable to login Yahoo Messenger
Wed Jul 09, 2008 10:57 am by Bala

» How to monitor RSH commands
Fri Apr 11, 2008 12:08 pm by vgkiran

» windows system32 config system is corrupt in Windows Server
Thu Mar 27, 2008 12:53 pm by Bala

» how to grant a normal user the root right?
Wed Mar 26, 2008 1:38 pm by Bala

» Training Materials
Tue Mar 25, 2008 2:41 pm by Bala

Rss feeds

Yahoo! 
Google Reader 
MSN 
AOL 
NewsGator 
Rojo 
Bloglines 


Welcome to TechGyaan Forum
Thanks for Visiting

Recover MYSQL Password

View previous topic View next topic Go down

Recover MYSQL Password

Post by Bala on Sat Mar 22, 2008 12:06 pm

Q: My root password lost?; can’t manage existing database can anyone help me?

A: Solution is simple just follow the steps below:
Recover MYSQL Password

#/etc/init.d/mysql stop

Please wait until MySQL shuts down completely. Then run
#/usr/bin/mysqld_safe –skip-grant-tables –skip-networking &

then you will be able to login as root with no password.
#mysql -uroot mysql

In MySQL command line prompt issue the following command:
mysql>UPDATE user SET password=PASSWORD(”letmein”) WHERE user=”root”; FLUSH PRIVILEGES;

mysql>exit

kill all the mysql processes
#/etc/init.d/mysql stop

Start MySQL again
#/etc/init.d/mysql start

At this time your root password is reset to “letmein” and MySQL will now
know the privileges and you’ll be able to login with your new password:
mysql -uroot -pletmein mysql

Congratulations you have sucessfully changed your new password cheers

Bala
Admin

Number of posts: 22
Registration date: 2007-12-17

View user profile http://rules.wordpress.com

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum