输入
php artisan migrate
发现错误
[Illuminate\Database\QueryException]
SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from inform
ation_schema.tables where table_schema = laravel54 and table_name = migrati
ons)
求大神
网上找的答案,不知道对不 你可以试下
修改 database.php
'host' => env('DB_HOST', 'localhost') . ('homestead' == gethostname() ? null : ':33060'),
我是在Mac宿主机执行的命令,所以需要指定映射的端口号:33060
如果你直接在homestead虚机中执行是不用指定的,因为默认就是3306