ERROR =>: mysql is not running But lock exists

21/08/2010 - Category (ies): tips | View Comments

If you type the command:

  / Etc / init.d / mysql status 

And the result is something like:

  But mysql is not running lock exists 

Just run the command:

  rm / var / lock / subsys / mysql 

Now start MySQL, it should start without problems. Until next time folks!

Source: http://encurta.com/488b2

Translation of WHM 11:25

19/07/2010 - Category (s): Articles | View Comments

After upgrading the cPanel to version 11:25 WHM our updates stopped working due to internal modifications made in this new version, causing discomfort to customers who do not know English.

Hopefully below is the updated translation of the side menu of WHM without any advertisements or references to host:

http://encurta.com/traducaoWHM

. If you do not know how to install, just visit the Universal Theme Manager function in your WHM Root, click Manage Themes under the icon WHM and upload the file. Zip on Install Theme. To use it to access the function Change WHM Theme in your WHM and select Switch to EN-US theme.

After testing answer the poll:

Until next time!

How to enable the FormMail CGI on your server

25/06/2010 - Category (ies): tips | View Comments

Not all customers are programmers or have intermediate knowledge to create their sites, but try to tackle the obstacles and do something, however on most sites contact form is essential and customers do not know how to create your own form because of the need for programming .

CPanel provides an efficient and easy, but it comes off by default. To activate it simply check the option FormMail-clone cgi function in WHM Tweak Settings from your root.

Below is an example of a simple contact form configured to use the FormMail:

Name: E-mail:

Until next time!