代码改变世界

随笔分类 -  数据库

docker 镜像链接本地的postgres数据库报错

2022-09-30 10:21 by 默默不语, 273 阅读, 收藏, 编辑
摘要: 错误1: BadRequestException: Database error code: 0. Message: Connection to xxx.xxx.xxx.xxx:5432 refused. Check that the hostname and port are correct an 阅读全文

linux 下 postgres 安装教程

2022-09-30 10:14 by 默默不语, 345 阅读, 收藏, 编辑
摘要: 1. 解压安装包 tar -xvzf postgresql-x.x.tar.gz2. 进入解压目录 cd /xxx/xxx/postgresql-x.x3. 检测安装平台的目标特征 ./configure --prefix=/opt/postgresql4. 编译 make5. 安装 sudo ma 阅读全文
点击右上角即可分享
微信分享提示