执行php artisan migrate命令时 - 在控制台上生成错误消息,有没有人经历过这个?以下是以下信息:
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where
table_schema = homestead and table_name = migrations)
跟随
[PDOException]
could not find driver
答案 0 :(得分:1)
确保已安装pdo_mysql。
在ubuntu中:sudo apt install php-mysql