Laravel: PDOException: could not find driver

前端 未结 21 2442
野趣味
野趣味 2020-11-27 05:06

I am developing a website on a server I only have access to MySQL and FTP, so all commands I run are through the b374k php shell . I am experiencing a Laravel problem with S

21条回答
  •  一向
    一向 (楼主)
    2020-11-27 05:42

    I had a similar issue in Ubuntu 16.04 and what help me was that i installed php-mysql for php 7.2. I would recommend you run the following command if you have php 7.2 or install php mysql depending on your version of PHP. Make sure that you have installed the DBAL packege

    apt-get install php7.2-mysql
    
    systemctl restart apache2
    

提交回复
热议问题