PDA

View Full Version : Help


Milance
12-29-2014, 06:08 AM
I have a problem on the server is upgraded to 5.6 and now I outputs Database error
The database has encountered a problem..

When was version 5.5 worked all

At the base of the email I get the following message:
Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Headers and client library minor version mismatch. Headers:50535 Library:50621
/includes/class_core.php on line 314

hellppp:confused:

RichieBoy67
12-29-2014, 07:54 AM
You mean mysql was updated?

I believe you have to update php and make sure php is compiled for the newer mysql. What version of php are you using?

Black Snow
12-29-2014, 08:02 AM
You have to upgrade PHP to a version compiled with MySQL 5.6 or revert back mysql client libraries to 5.5.

Milance
12-29-2014, 08:03 AM
PHP Version 5.3.27

--------------- Added 1419849886 at 1419849886 ---------------

thanks

ozzy47
12-29-2014, 08:55 AM
Sounds like you need to contact your host. Your PHP was compiled with one version but now it is linking a mysql library of a different family.