
greenplum
greenplum 学习记录
mumucgq
菜鸡木木
展开
-
解决 Greenplum数据库无法远程登录的问题
使用pgadmin远程连接 greenplum 时,出现Unable to connect to server: FATAL: no pg_hba.conf entry for host “xxx.xxx.xx.xxx”, user “postgres”, database “postgres” 的问题。原因:PostgreSQL数据库为了安全,它不会监听除本地以外的所有连接请求,当用户通过jdbc或者客户端软件去远程访问时,就会报出此问题。客户端访问和认证受到配置文件pg_hub.conf(标准的P原创 2020-08-08 10:47:34 · 3227 阅读 · 0 评论 -
greenplum 数据库单机部署
1、安装说明1.1、环境说明系统:centos7.8 Greenplum 版本:6.91.2、Greenplum6.9 下载(两种方法)(1) 下载地址:https://network.pivotal.io/products/pivotal-gpdb#/releases/158026/file_groups/可在下拉框中选择自己需要的版本。我选择下载 6.9.0 版本的。点击 Greenplum Database Server因为我的系统为centos 7 ,而centos原创 2020-08-08 10:34:27 · 6255 阅读 · 10 评论