Raspberry Pi上的Laravel:PDOException找不到驱动程序

时间:2015-09-30 03:51:54

标签: php mysql laravel raspberry-pi raspbian

我使用PHP 5.6.13(Raspbian OS)在我的Raspberry Pi 2上安装了Laravel。在我尝试使用php artisan migrate进行迁移之前,一切运行良好。这导致了错误[PDOException] could not find driver

我无法弄清楚我错过了什么。我已经使用apt安装了php5-mysql模块。我已将extension_dir设置为php.ini以及extension=pdo_mysql.so

我知道我可以使用Homestead,但我更愿意了解当前设置中缺少的内容,所以请不要建议使用Homestead。

有谁知道我可能会缺少什么?这让我发疯了!

0 个答案:

没有答案