摘要:
目录: 一、在默认配置条件下,本机访问PostgreSQL 二、创建新用户来访问PostgreSQL 三、最简单的做法 四、开启远程访问 一、在默认配置条件下,本机访问PostgreSQL 切换到Linux用户postgres,然后执行psql: $ su - postgres Last login 阅读全文
2017年3月1日
摘要:
参考:http://blog.csdn.net/lk10207160511/article/details/50359549##1 1、检查本机是否安装 PostgreSQL $ sudo rpm -aq | grep postgresql 2、从仓库中安装 PostgresSQL 搜索包名: $ 阅读全文