
postgresql
文章平均质量分 70
Spring雷
学不可以已!吾尝终日而思矣,不如须臾之所学也;吾尝跂而望矣,不如登高之博见也。
展开
-
PostgreSQL数据库访问限制详解
PostgreSQL通过pg_hba.conf限制用户访问指定数据库,pg_hba.conf基于客户端的IP地址、子网掩码、数据库名称、用户名和认证方法等因素的访问控制策略。原创 2024-12-19 17:26:14 · 769 阅读 · 0 评论 -
pgadmin安装时提示“the application server could not be contant”
故障现象: pgadmin安装时提示“the application server could not be contant”,无法启动pgadmin客户端。故障原因: 安装过pgadmin,卸载时候没有全部清除,系统内残留文件。解决方法: pgadmin卸载时要删除以下文件 C:\Users\Administ...原创 2018-04-18 10:18:44 · 4215 阅读 · 0 评论 -
EnterpriseDB安装
注意:安装前需要关闭selinux,需在EnterpriseDB官网注册一个账户 1、解压安装文件[root@gpdb-mdw ~]# tar xvf edb-as10-server-10.1.5-1-linux-x64.tar.gz[root@gpdb-mdw ~]# cd edb-as10-server-10.1.5-1-linux-x64[root@gpdb-mdw edb-as10-ser...原创 2018-04-18 10:30:01 · 2176 阅读 · 0 评论