Access denied for user 'homestead@localhost' .. in laravel 5

后端 未结 11 2528
甜味超标
甜味超标 2021-02-10 10:01

I use the command php artisan migrate to migrate my db in laravel 5 .. it gives me an error:

exception \'PDOException\' with message \'SQLSTATE[HY000] [10

11条回答
  •  你的背包
    2021-02-10 10:21

    in your database.php file, take off 'DB_DATABASE' 'DB_USERNAME' 'DB_PASSWORD'

    and replace with your database name, username and password

    this will work fine for u.

提交回复
热议问题