Couldn't start mysql service in linux

Posted by Haseena on Server Fault See other posts from Server Fault or by Haseena
Published on 2012-09-21T12:14:07Z Indexed on 2012/10/14 21:40 UTC
Read the original article Hit count: 222

Filed under:
|

Iam trying to install one version of mysql in a LINUX machine. The system contain already another version of mysql installation. I prefer manual installation. Copy the exctracted tarball into a location and create symbolic link to that. I wish to install my mysql version without affecting already installed mysql version in the system.

I created mysqld as service. But It couldn't start. When Iam trying to start this mysqld process, it shows an error like:

Starting MySQL............................................................
......................................... 
ERROR! The server quit without updating PID file (/var/lib/mysql/Test.pid).

Please help me, is any wrong with my installation???

I follow the below mentioned link for installion : http://code.openark.org/blog/mysql/manually-installing-multiple-mysql-instances-on-linux-howto

Thanks in Advance

© Server Fault or respective owner

Related posts about mysql

Related posts about linux