gpt4 book ai didi

php - Laravel 5 PDOException 找不到驱动程序

转载 作者:行者123 更新时间:2023-11-29 15:46:17 25 4
gpt4 key购买 nike

我在使用 Laravel 5 时遇到问题。当我运行“php aritsan migrate”时,出现此错误

**************************************
* Application In Production! *
**************************************

Do you really wish to run this command? [y/N] y

[PDOException]
could not find driver

我可以运行该应用程序,但是当需要数据库连接时,我收到此错误

PDOException in Connector.php line 55:
could not find driver
in Connector.php line 55
at PDO->__construct('mysql:host=localhost;dbname=mydb', 'root', '', array('0', '2', '0', false, false)) in Connector.php line 55
at Connector->createConnection('mysql:host=localhost;dbname=mydb', array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'mydb', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql'), array('0', '2', '0', false, false)) in MySqlConnector.php line 22

如何解决?

最佳答案

升级发行版后,我也发生了同样的事情。

运行sudo apt-get install php7.0-mysql为我修复了它。

关于php - Laravel 5 PDOException 找不到驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57004976/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com