输入banner图图片脚本导航/分类

[学] CentOS 7 安装 PostgreSQL 安装

# yum install postgresql-server

 

2. 初始化

1 # service postgresql initdb

 

3. 设置自启动

1 # chkconfig postgresql on

 

参考:https://www.postgresql.org/download/linux/redhat/

 

[学] CentOS 7 安装 PostgreSQL 安装

标签: