Compiled PHP 7 missing mysql extension in WordPress

后端 未结 6 845
慢半拍i
慢半拍i 2020-12-15 05:51

I have built PHP 7 with a configuration that worked for a previous version of PHP. Now my WordPress websites get the message:

Your PHP installation a

6条回答
  •  抹茶落季
    2020-12-15 06:18

    On Ubuntu, I fixed this error by running

    sudo apt-get install php-mysql
    

    And then restarting my server (caddy, but you might be using apache or nginx).

    source

提交回复
热议问题