mysqli_real_connect(): Headers and client library minor version mismatch.

#1
hi all
centos7 + php56 by ols1clk

: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50552 Library:100126 in

how to fix it?
 

Cold-Egg

Administrator
#2
I just clean installed CentOS 7 + ./ols1clk.sh -w without any problem.
You may want to try the following commands to fix the mysql version issue:
yum -y remove lsphp56-mysql
yum -y install lsphp56-mysqlnd
service lsws restart
 
Top