【发布时间】:2017-06-18 22:52:11
【问题描述】:
您好,我想将 Laravel 与 postgres 数据库连接起来。
当我跑步时
php artisan migrate
它给了我这个错误。
[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
【问题讨论】:
-
您找到解决方案了吗?属于同一个问题。
-
no @Serj.by 我搬到了 mysql,如果你找到解决方案,请告诉我
标签: php database postgresql laravel-5.3 pgadmin