迁移时无法找到驱动程序

时间:2018-03-26 16:17:57

标签: php mysql laravel migration

我想通过 php artisan migrate 进行迁移,但是我收到错误:

In Connection.php line 664:

  could not find driver (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations)

In Connector.php line 67:
  could not find driver

我的环境文件设置:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

1 个答案:

答案 0 :(得分:1)

您需要安装php-mysql驱动程序。