当前位置:Gxlcms > 数据库问题 > [学] CentOS 7 安装 PostgreSQL 安装

[学] CentOS 7 安装 PostgreSQL 安装

时间:2021-07-01 10:21:17 帮助过:2人阅读

# yum install postgresql-server

 

2. 初始化

1 # service postgresql initdb

 

3. 设置自启动

1 # chkconfig postgresql on

 

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

 

[学] CentOS 7 安装 PostgreSQL 安装

标签:

人气教程排行