Friday, 22 March 2013
Thursday, 21 March 2013
Wednesday, 20 March 2013
Mysql change/recover root password
If you already know the root password you can just update it using
# mysqladmin -u root -p oldpassword newpassword
If you forgot root password and need to restore, it can be done easily with following steps
Step # 1: Stop the MySQL server process.
# /etc/init.d/mysql stop or Kill mysqld and if exists mysqld_safe processes.
# mysqladmin -u root -p oldpassword newpassword
If you forgot root password and need to restore, it can be done easily with following steps
Step # 1: Stop the MySQL server process.
# /etc/init.d/mysql stop or Kill mysqld and if exists mysqld_safe processes.
Subscribe to:
Posts (Atom)