Code: Select all
yum install psa
...........
Trying to start MySQL server... done
Trying to establish test connection...
ERROR while trying to establish test connection
Check the error reason(see log file: /tmp/psa_7.5.4_FedoraCore_3_build75050824.12_installing.log), fix and try again
Aborting...
Code: Select all
yum list mysql mysql-server
mysql.i386 4.1.14-1.rhfc3.art installed
mysql-server.i386 4.1.14-1.rhfc3.art installed
Code: Select all
/etc/rc.d/init.d/mysqld start
Starting MySQL: [ OK ]
/etc/rc.d/init.d/mysqld stop
Stopping MySQL: [FAILED]
Code: Select all
mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)