PHP artisan migrateエラー!

544 ワード

vagrant@homestead:~/Code/larabbs$ php artisan migrate
In Connection.php line 664:
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas sword: YES) (SQL: select * from information_schema.tables where table_schem a = larabbs and table_name = migrations)
In Connector.php line 67:
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas sword: YES)
の原因となる
DB_HOST=127.0.0.1   ;

に改心
192.168.10.10