#1045 - Access denied for user 'root'@'localhost' (using password: YES)

前端 未结 23 3406
刺人心
刺人心 2020-11-30 01:39

This might seem redundant but I was unable to find a correct solution.

I was unable to login to mysql using the mysql console.It is asking for a password and I have

23条回答
  •  自闭症患者
    2020-11-30 02:20

    php artisan serve 
    

    this command get the env contents for the first time and if you update .env file need to restart it.

    in my case my username and dbname is valid and php artisan migrate worked

    but need to cntrl+c , to cancel php artisan serve , and run it again

    php artisan serve
    

提交回复
热议问题