Sqlstatehy000 1045 Access Denied For User Rootlocalhost Using Password

[Solved] Sqlstatehy000 1045 Access Denied For User Rootlocalhost Using Password | Php - Code Explorer | yomemimo.com
Question : SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = jobbersconnect and table_name = migrations and table_type = 'BASE TABLE')

Answered by : cheerful-cheetah-4qsmq1qo1m4r

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dbname
DB_USERNAME="xyz"
DB_PASSWORD="123"

Source : https://stackoverflow.com/questions/43169240/php-artisan-migrate-sqlstatehy000-1045-access-denied-for-user-laravell | Last Update : Wed, 04 Mar 20

Answers related to sqlstatehy000 1045 access denied for user rootlocalhost using password yes sql select from information schema tables where table schema = jobbersconnect and table name = migrations and table type = base table

Code Explorer Popular Question For Php