You didn't supply ANY info about your server details nor log info, so it's difficult to help you.
If mysql do not work, this may be a problem from installation. Is this the first time?
You can try restart whole cwp service by command `service cwpsrv restart` or only mysql by command `service mysql restart` or `/etc/init.d/mysqld restart`.
If not, try to reinstall mysql server using command `yum reinstall mysql-server`.