无法连接到laravel 5.6中的数据库xampp

时间:2018-03-14 07:32:23

标签: laravel laravel-5 xampp-vm

我之前使用laravel是5.4,我可以很容易地连接到数据库,现在我想在一个新项目中工作。尝试连接到数据库并获得此错误。

  Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = todo and table_name = migrations)

我尝试过在stackoverflow上找到的每一个技巧。没有工作。 为什么会这样?这是我的联系。

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=todo
DB_USERNAME=root
DB_PASSWORD=''

2 个答案:

答案 0 :(得分:0)

尝试使用实际的IP地址定义PSTR,而不是

DB_HOST

答案 1 :(得分:0)

你是在VM上运行吗?如果是这种情况,那么尝试将DB_HOST指向Xampp SQL的正确IP地址,然后执行php artisan config:cache & 配置:清