gpt4 book ai didi

php - 如何在 Laravel Homestead 中使用 postgreSQL

转载 作者:可可西里 更新时间:2023-11-01 12:55:02 32 4
gpt4 key购买 nike

我可以迁移到我的家园。这是我的 .env

DB_CONNECTION=pgsql
DB_HOST=localhost
DB_PORT=54320
DB_DATABASE=intern
DB_USERNAME=homestead
DB_PASSWORD=secret

然后我在我的 postgreSQL 中使用

创建了一个新服务器
server name = Homestead,  
username = homestead,
password = secret.

然后,我进行了迁移并将所有表创建到我的数据库中(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

最佳答案

您的端口末尾有一个额外的 0。将 DB_PORT=54320 更改为 DB_PORT=5432

关于php - 如何在 Laravel Homestead 中使用 postgreSQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46581756/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com