alefesouza / laravel-vue-boilerplate

:elephant: A Laravel 8 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
MIT License
543 stars 146 forks source link

Error when run # php artisan migrate --seed #11

Closed arkarkyaw88 closed 5 years ago

arkarkyaw88 commented 5 years ago

$ php artisan migrate --seed


In Connection.php line 664:

SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'forge' (SQL: select * from inf ormation_schema.tables where table_schema = forge and table_name = migrations)

In Connector.php line 67:

SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'forge'

alefesouza commented 5 years ago

Apparently your database connection settings on your .env is not correctly configured.