Problem phenomenon
Mysqli_connect (): Headers and client library minor version mismatch. headers:50556 library:50637
Confirm Installation Information
Find out where the problem lies
grep Client
Client API Version = 5.6.37
Client API Library Version = 5.6.37
Client API Header Version = 5.5.56-mariadb
Client API Version = 5.6.37
Workaround
Yum remove php-mysqlyuminstall php-mysqlnd
Restart NGINX,PHP-FPM
Systemctl Restart php-fpmsystemctl restart Nginx
Scenarios where problems are encountered
I was in the installation of Z-blog error, but also need to pay attention to, is to close selinux.
Because once the c_option.php creation fails, the Z-blog template is also not compiled, so this series of actions must be one go in order to install successfully.
by Setenforce 0 before the 3rd step, the temporary shutdown of SELinux can be successfully installed.
Php-mysql problem: Mysqli_connect (): Headers and client library minor version mismatch. headers:50556 library:50637