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

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Headers and client library minor version mismatch. (/showthread.php?tid=78274)



Headers and client library minor version mismatch. - pippuccio76 - 12-27-2020

hi , sorry for english , i have an error with db connection on server , in my log :

ERROR - 2020-12-27 20:59:04 --> Error connecting to the database: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:50649 Library:50528

CRITICAL - 2020-12-27 20:59:04 --> Unable to connect to the database.

Adminer (database managment) connect  with the value of .env file ...

How can i solve it ? 
Una


RE: Headers and client library minor version mismatch. - InsiteFX - 12-27-2020

If this is a live server then I would tell them about the problem.

If it's a localhost server then it sounds like you have two different version of MySQL.
Try re-installing MySQL.