Try 127.0.0.1 instead of localhost. Is your db name forge and password correct?
Jun 13, 2018
4
Level 4
[PDOException] SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'f orge'
I have been download github laravel project and going to create data tables in My localhost. with php artisan migrate command occured following error massage on My cmd.
[PDOException]
SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'f
orge'
how can I fix this problem?
Please or to participate in this conversation.