MySQL is disabled by sys admin while restarting MySql service

Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try running below script to bring mysql up again /scripts/mysqlup If it’s Up then ok, but sometime it will give below error Updates for mysql /etc/mysql disabled If it is not working then go to /etc folder cd /etc Run the […]

Zend issue and httpd not restarting

If zend is a probelm and httpd is not restarting then download and install the latest from: http://downloads.zend.com/optimizer At the time of this writing, this little script worked like a charm: ++++++++++++++++++++++++++++++ cd /root deltree -f Zend* wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz tar -xzvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz cd Zend* ./install.sh +++++++++++++++++++++++++++++++