HI i want to connect Laravel with postgres database.
when i run
php artisan migrate
it gives me this error.
[Illuminate\Database\QueryException]
SQLSTATE[08006] [7] expected authentication request from server, but received J (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations)
[Doctrine\DBAL\Driver\PDOException]
SQLSTATE[08006] [7] expected authentication request from server, but received J
To me the problem was that I forget to change the port from 3306 to 5432
Please check that you have entered correct credentials for the pgsql database.
Thanks!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With