Laravel: PDOException: could not find driver

前端 未结 21 2434
野趣味
野趣味 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:35

    Solution 1:

    1. php -v
    

    Output: PHP 7.3.11-1+ubuntu16.04.1+deb.sury.org+1 (cli)

    2. sudo apt-get install php7.3-mysql
    

    Solution 2:

    Check your DB credentials like DB Name, DB User, DB Password

提交回复
热议问题