Different MySQL library versions

dan2

Verified User
Joined
Oct 22, 2007
Messages
13
Hi

i just did an mysql update with custombuild, and works fine

now when i log into myphp

i get his at the bottom




Your PHP MySQL library version 5.1.39 differs from your MySQL server version 5.0.67. This may cause unpredictable behavior.


is there any why to fix this so it wil match to version 5.1.39


thanks
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build php n

Good luck!
 
Hi

thanks for the quick relpy

i did exactly that and its still the same



Your PHP MySQL library version 5.1.39 differs from your MySQL server version 5.0.67. This may cause unpredictable behavior.


thanks
 
Please post the output of:
Code:
rpm -qa | grep MySQL
 
I have the same problem.
I just upgraded to custombuild 2.0

This is not changing anything
cd /usr/local/directadmin/custombuild
./build update
./build php n

rpm -qa | grep MySQL
MySQL-client-5.6.16-1.linux_glibc2.5.x86_64
MySQL-shared-5.6.16-1.linux_glibc2.5.x86_64
MySQL-devel-5.6.16-1.linux_glibc2.5.x86_64
MySQL-server-5.6.16-1.linux_glibc2.5.x86_64
[root@server02 custombuild]#


phpMyAdmin is giving this information

Database server

Server: Localhost via UNIX socket
Server type: MySQL
Server version: 5.6.16-log - MySQL Community Server (GPL)
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)

Web server

Apache/2
Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $
PHP extension: mysqli
 
Last edited:
Ok, thanks Martynas. First I worried about it, but after some research I was starting to think it's normal.
Thanks for the confirmation :)
 
Hi.
I'm having same issue.
CB 2.0
PHP 5.4 and 5.6
MySQL 5.6

One client tries to install script that performs a check before install.
Here is the error message:
Code:
[B]MySQL server
4.1.x, 5.1.x or above[/B]
mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $

Due to this, I'm unable to perform installation.
 
Back
Top