【发布时间】:2020-05-01 23:57:18
【问题描述】:
我正在尝试执行 php artisan 迁移,但出现此错误:
Illuminate\Database\QueryException : 找不到驱动程序(SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE')
catch (Exception $e) {
664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
我在 phpinfo pdo_mysql 和 pdo_pgsql 中有我在 Windows 上使用 MAMP。
是否有任何想法为什么我仍然会收到此错误?
【问题讨论】:
-
是但没用
-
搜索您的错误会发现许多重复项,您检查了吗?
-
这能回答你的问题吗? Laravel: PDOException: could not find driver
-
具体来说,用您的相关代码更新您的问题,请在此添加 .env 文件或 config/database.php