【发布时间】:2021-05-29 15:40:27
【问题描述】:
当我使用这个 php artisan migrate 命令时,我得到了这个错误:
[照亮\数据库\查询异常] 找不到驱动程序(SQL:select * from information_schema.tables where table_schema = laravelcrud and table_name = migrations)
PDO异常 找不到驱动程序
我的 .env 文件
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravelcrud
DB_USERNAME=root
DB_PASSWORD=root
【问题讨论】: