Friday, June 29, 2012

How To Reset MySQL root Password


If  you forgot the root password of anyone of your MySQL servers !!! Then here is a quick howto  reset your MySQL root password. It does require root access on your server. You can recover MySQL database server password with following  steps :

Here are commands you need to follow to reset the MySql  Password (login as the root user):


Step # 1 : Stop mysql service

# /etc/init.d/mysql stop
 Output:
Stopping MySQL database server: mysqld.

Step # 2: Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so that it will not prompt for password :


# mysqld_safe --skip-grant-tables &

 Output:
[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started

Step # 3: Connect to mysql server as the root user:


# mysql -u root

 Output:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>

Step # 4: Setup new mysql root account password i.e. reset mysql password


mysql> use mysql;
 mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';
 mysql> flush privileges;
 mysql> quit

Step # 5: Exit and restart the MySQL server:

# /etc/init.d/mysql stop

 Output:
Stopping MySQL database server: mysqld
STOPPING server from pid file /var/run/mysqld/mysqld.pid
mysqld_safe[9876]: ended
[1]+  Done                    mysqld_safe --skip-grant-tables
Step # 6: Start MySQL server and test it

# /etc/init.d/mysql start
 # mysql -u root -p




Note that this document comes without warranty of any kind. But every effort has been made to provide the information as accurate as possible. I welcome emails from any readers with comments, suggestions, and corrections at webmaster_at admin@linuxhowto.in

                                               
Copyright © 2012 LINUXHOWTO.IN



1 comment:

  1. Hey I am for the first time here. I came crosswise this blog and I find It truly useful & it helped me out ample. I hope to give somewhat back and aid others like you helped me. Ships are answerable for moving about 80% of the world trade. The shipping sector closely follows the world GDP. Every about 5 years a cycle of boom and bust starts and end. For certain years trade is increasing and cargo prices soar so additional ships are erected at a higher cost.

    ReplyDelete