mysql update problem

santovito

Verified User
Joined
Nov 23, 2008
Messages
143
Hi,

if I try to update mysql from 5.0 to 5.5 I've this error:

Preparing... ########################################### [100%]
package MySQL-shared-5.5.20-1.linux2.6.x86_64 is already installed
package MySQL-client-5.5.20-1.linux2.6.x86_64 is already installed
package MySQL-devel-5.5.20-1.linux2.6.x86_64 is already installed
package MySQL-server-5.5.20-1.linux2.6.x86_64 is already installed
Starting MySQL...The server quit without updating PID file [FALLITO]/mysql/myhostname.pid).
Giving mysqld a few seconds to start up...
Looking for 'mysql' as: /usr/bin/mysql
Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
Running 'mysqlcheck with default connection arguments
/usr/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect
FATAL ERROR: Upgrade failed
/usr/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect
cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file
Restarting MySQL.
MySQL server PID file could not be found! [FALLITO]
Starting MySQL...The server quit without updating PID file [FALLITO]/mysql/myhostname.pid).
It is recommended to do "./build php n" after MySQL update.

If I try to update mysql from 5.0 to 5.1 it's OK

Can I resolve this problem?

Thank You

Vito
 
Back
Top