The mysqli extension is missing. Please check your PHP configuration

前端 未结 14 1590
盖世英雄少女心
盖世英雄少女心 2020-12-01 21:45

I have looked through all of the forums that I could find relevant to this question and my problem yet nothing works. I have apache2.2 with php5, phpMyAdmin, and MySQL. I ha

14条回答
  •  我在风中等你
    2020-12-01 22:18

    If your configuration files are okay but still having the same issue then install php7.x-mysql according to the version of the installed php.

    For example in my case, I'm using php7.3 so I ran the following command to get it all set:

    sudo apt install php7.3-mysql
    

提交回复
热议问题