HostSEO Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to reset mysql root password ?

# service mysql stop #pkill -9 mysqld
2) Start the mysql in safe mode as follows
# mysqld --skip-grant-tables --user=root & 
3) Now update the mysql user tables and root password as follows
#mysql
 mysql>use mysql;
 mysql>UPDATE user SET Password=PASSWORD('YOUR_PASSWORD')  WHERE Host='localhost' AND User='root';
 mysql>flush privileges;

Now add the new password “YOUR_PASSWORD” in /root/.my.cnf and start mysql

# service mysql start

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 1234
567891011
12131415161718
19202122232425
2627282930 

Born in 2004 ... Trusted By Clients n' Experts