Your PHP MySQL library version differs from your MySQL server version

前端 未结 5 1870
长情又很酷
长情又很酷 2020-12-17 15:55

I\'ve recently upgraded MySQL on my Debian 5.0.4 server to 5.1. Now phpMyAdmin shows the following warning:

Your PHP MySQL library version 5.0.51a differs from

5条回答
  •  天命终不由人
    2020-12-17 16:28

    I was seeing this in the phpMyAdmin console - I run Debian 8 on Google cloud and recently upgraded to mysql 5.7.21. I had to run the PHP NativeDriver to get this to subside

    sudo apt-get update
    sudo apt-get install php5-mysqlnd
    

提交回复
热议问题