Simply restart the mysql service as shown below :
[root@www ~]# service mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
[root@www ~]# chkconfig mysqld on




