Author Topic: mysql restart  (Read 12099 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
mysql restart
« on: December 31, 2013, 02:33:19 AM »
Hello,

When restarting the mysql server i am presented with this error at the top of the page:

Code: [Select]
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/inc_index.php(1) : eval()'d code(1) : eval()'d code on line 1 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/inc_index.php(1) : eval()'d code(1) : eval()'d code on line 1 MySQL server has gone away Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /etc/webpanel/panel/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 3
The server does appear to restart however so I ignore but still.

Offline
*
Re: mysql restart
« Reply #1 on: December 31, 2013, 03:41:06 AM »
you can restart mysql with console as CWP works on MySQL

command for restarting mysql server in console

Code: [Select]
service mysqld restart
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 restart
« Reply #2 on: December 31, 2013, 03:53:05 AM »
yes the restart function still appears to function properly, I suppose that was more of an informative post than anything.

Thanks