I need it soon as possible because my script was overloading the server.
G grabyourhosting Well-Known Member Jan 18, 2007 96 6 158 cPanel Access Level Root Administrator Apr 26, 2007 #1 I need it soon as possible because my script was overloading the server.
T tweakservers Well-Known Member Mar 30, 2006 379 0 166 Apr 27, 2007 #2 login to your server via root in SSH ,execute the following: killall -9 mysql killall -9 mysqld service mysql stop service mysql start
login to your server via root in SSH ,execute the following: killall -9 mysql killall -9 mysqld service mysql stop service mysql start
AndyReed Well-Known Member PartnerNOC May 29, 2004 2,217 4 193 Minneapolis, MN Apr 28, 2007 #3 grabyourhosting said: I need it soon as possible because my script was overloading the server. Click to expand... Since your, 'script was overloading the server', you need to check the code and see why? Just in case, there are many threads covered the issue regarding MySQL and server load including: http://forums.cpanel.net/showthread.php?t=56614 http://forums.cpanel.net/showthread.php?t=65197
grabyourhosting said: I need it soon as possible because my script was overloading the server. Click to expand... Since your, 'script was overloading the server', you need to check the code and see why? Just in case, there are many threads covered the issue regarding MySQL and server load including: http://forums.cpanel.net/showthread.php?t=56614 http://forums.cpanel.net/showthread.php?t=65197
G grabyourhosting Well-Known Member Jan 18, 2007 96 6 158 cPanel Access Level Root Administrator Apr 28, 2007 #4 I switched to a 4 cpu server. It helped alot.