Php 我无法在Laravel中迁移,我正在使用windows

Php 我无法在Laravel中迁移,我正在使用windows,php,mysql,laravel,Php,Mysql,Laravel,我认为您的php_pdo_mysql.dll扩展丢失了 在Windows上,只需在php.ini配置文件中取消对扩展名的注释即可 D:\laravel\internProject1>php artisan migrate Illuminate\Database\QueryException could not find driver (SQL: select * from information_schema.tables where table_schema = crud

我认为您的php_pdo_mysql.dll扩展丢失了

在Windows上,只需在php.ini配置文件中取消对扩展名的注释即可

D:\laravel\internProject1>php artisan migrate

   Illuminate\Database\QueryException

  could not find driver (SQL: select * from information_schema.tables where table_schema = crud and table_name = migrations and table_type = 'BASE TABLE')

您是否配置了.env?您是否在.env文件中设置了数据库配置?您必须在
.env
文件中设置数据库连接此问题需要一个..env配置正确,它表示找不到驱动程序[D:\laravel\project\vendor\laravel\framework\src\light\database\Connectors\Connector.php:70 PDOxception::(“找不到驱动程序”)]我在php.ini上找不到这样的扩展
;extension=php_pdo_mysql.dll