Jam*_*ady 8 php postgresql laravel homestead
我可以迁移到我的家园.这是我的.env
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=54320
DB_DATABASE=intern
DB_USERNAME=homestead
DB_PASSWORD=secret
Run Code Online (Sandbox Code Playgroud)
我做一个新的服务器在我的PostgreSQL的与
server name = Homestead,
username = homestead,
password = secret.
Run Code Online (Sandbox Code Playgroud)
然后,我做了迁移,并将所有表创建到我的数据库(server = homestead)
问题是,当我想在我的网站上登录时.它发生错误:
SQLSTATE[08006] [7] could not connect to server: Connection refused?
Is the server running on host "localhost" (::1) and accepting?
TCP/IP connections on port 54320??could not connect to server: Connection refused?
Is the server running on host "localhost" (127.0.0.1) and accepting?
TCP/IP connections on port 54320? (SQL: select * from "users" where "email" = user@gmail.com limit
Run Code Online (Sandbox Code Playgroud)
您的端口末尾有一个额外的0.更改DB_PORT=54320到DB_PORT=5432
| 归档时间: |
|
| 查看次数: |
3257 次 |
| 最近记录: |