Version Mismatch

carlgale

Verified User
Joined
Oct 12, 2006
Messages
34
Has anyone had this error before....i have the following version of myself installed on my vps

Active Persistent Links 0
Active Links 0
Client API version 5.0.81
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient

i have just tried to install a php based website script on my vps and i am presented with this error message Failed: You have MySQL 4.1.0

this is very odd as the server is clearly running v5 plus yet the script doesn't think it is. Anything i can do to fix this if indeed it is a vps error
 
You must have multiple versions.

rpm -qa | grep -i mysql
find / -name mysql*
 
Back
Top