Apparently the user you supplied is empty (or at least a space).
Feb 19, 2015
4
Level 1
Error in:>> php artisan migrate
i tried to migration of my database with accurate "username" and "password".
and also, i done upto
php artisan make:migration create_test(MyTableName)_table - - create test The file wil be created with some time stemp. But, the problam is in next step. >>php artisan migrate
Even, I given My Database Name and password exactly and i mention these details in ".env" file also.. then
I got somePDOException with message 'SQLSTATE[HY000] [1044] Access denied for user ' ' @ 'localhost' to database in "laravel5" ===> (its My Database Name).
Please or to participate in this conversation.