Adn*_*taz 5 php database postgresql pgadmin laravel-5.3
嗨,我想将 Laravel 与 postgres 数据库连接。
当我跑步时
php artisan migrate
Run Code Online (Sandbox Code Playgroud)
它给了我这个错误。
[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
Run Code Online (Sandbox Code Playgroud)