Showing posts with label Mysql. Show all posts
Showing posts with label Mysql. Show all posts
Saturday, 19 September 2015
Thursday, 17 September 2015
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)