Author Topic: MySQL not in service monitor after running /scripts/upgrade_mysql  (Read 7330 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Please resolve this issue. I ran upgrade_mysql from /scripts/ and now there is no mysql option under service monitor. After upgrading mysql with upgrade_mysql, it also disappeared from Chkconfig manager. How can I resolve this issue or is this something that can be resolved by your support team?

Offline
*
Re: MySQL not in service monitor after running /scripts/upgrade_mysql
« Reply #1 on: July 08, 2015, 08:31:31 PM »
Have you tried with
Code: [Select]
chkconfig --add mysqld
chkconfig mysqld on
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: MySQL not in service monitor after running /scripts/upgrade_mysql
« Reply #2 on: July 08, 2015, 09:22:33 PM »
Thank you. :D