CodeIgniter Forums
Headers and client library minor version mismatch Error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Headers and client library minor version mismatch Error (/showthread.php?tid=62383)



Headers and client library minor version mismatch Error - tobyl19 - 07-08-2015

Hi there,

I have been using Code Igniter 2 for a while, everything was perfect until my share hosting recently migrated to other server and i keep getting error message logged into log file.

The error message is mysqli_connect(): Headers and client library minor version mismatch. Headers:50537 Library:50623 /system/database/drivers/mysqli/mysqli_driver.php 76

I have tried to search for an answer and everyone is saying to install correct version of DB driver on the server, however i dont have access to do so. Does any one know is there anything i can do on my source code to fix it?

Thanks for your help.


RE: Headers and client library minor version mismatch Error - CroNiX - 07-08-2015

Contact your host. You can't fix this via code.


RE: Headers and client library minor version mismatch Error - tobyl19 - 07-08-2015

(07-08-2015, 07:29 AM)CroNiX Wrote: Contact your host. You can't fix this via code.

Thanks! I wanted to make sure nothing i can do on my side before i open a ticket with my hosting service.