I try to run xampp on window 7. My php version is php 7.3.2.
After run composer install
, I run php artisan migrate
.
My error is:
SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'inventory' (SQL: select * from information _schema.tables where table_schema = inventory and table_name = migrations)
and
SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'inventory'