When I run 'php artisan migrate' i am getting the following error
Access denied for user 'dbuser'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = dbname_main and table_name = migrations and table_type = 'BASE TABLE')
I have tried removing the vendor and reinstalling but no success. I am using php7.4
Is all the php extensions required for laravel 7.x is available for php7.4?