Access denied for user 'homestead'@'localhost' (using password: YES)

前端 未结 29 1720
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-27 10:23

I\'m on a Mac OS Yosemite using Laravel 5.0.

While in my local environment, I run php artisan migrate I keep getting :

29条回答
  •  抹茶落季
    2020-11-27 10:34

    Sometime in the future. Try to clear your config first

    php artisan config:clear. 
    

    Close all the terminal /cmd windows and then restart terminal/CMD and this should get rid of the error message. See if it works.

提交回复
热议问题