PHP 7 RC3: How to install missing MySQL PDO

后端 未结 12 750
暗喜
暗喜 2020-12-04 11:54

I am trying to setup webserver with PHP 7 RC3 + Nginx on Ubuntu 14.04 (for test purposes).

I installed Ubuntu in Vagrant using

12条回答
  •  有刺的猬
    2020-12-04 12:38

    I resolved my problem on ubunto 20.4 by reinstalling php-mysql.

    Remove php-mysql:

    sudo apt purge php7.2-mysql
    

    Then install php-mysql:

    sudo apt install php7.2-mysql
    

    It will add new configurations in php.ini

提交回复
热议问题