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

后端 未结 11 2186
甜味超标
甜味超标 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:12

    In your .env file change DB_PORT from

    DB_PORT=3306
    

    to

    DB_PORT=33060
    

    refrence to https://laravel.com/docs/5.4/homestead#connecting-to-databases

    becarefull about last zero

提交回复
热议问题