Posted on September 18th, 2006 by Admin.
Categories: Cpanel Hosting, MySQL.
Greetings Guys ,
Changing MySQL root passwd :–
# /etc/rc.d/init.d/mysqld stop
# /usr/bin/safe_mysqld –skip-grant-tables
# mysql -u root
mysql> use mysql;
mysql> update user set Password = PASSWORD(’98f738d’) where User =’root’;
mysql> exit
# /etc/rc.d/init.d/mysqld stop #yes this worked
# /etc/rc.d/init.d/mysqld start
Cheers ,
Admin
0 comments.
Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.