Step # 1: Stop MySQL
Type the following command to stop mysql server under RHEL / Fedora / CentOS Linux:
# /etc/init.d/mysqld stop
Use the following command if you are using FreeBSD:
# /usr/local/etc/rc.d/mysql-server stop
Use the following command if you are using Debian / Ubuntu Linux:
# /etc/init.d/mysql stop
Alternatively, you can stop the MySQL server by sending a kill to the mysqld
Saturday, March 13, 2010
How to : Reset MySQL root password
Posted on 8:29 AM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment