标签:http c tar t get html 文件 htm 初始化 sql 数据
1、确定你要下载的版本:下载地址
2、进入你存放下载文件的目录运行wget http://yum.postgresql.org/9.2/redhat/rhel-5-i386/pgdg-centos92-9.2-6.noarch.rpm,我的是32bit的centos5,其他版本可以在上面的路径中找到相关的链接
3、运行命令 rpm -ivh pgdg-centos92-9.2-6.noarch.rpm 安装
4、运行命令 yum install postgresql92-server 安装service
5、运行命令 service postgresql-9.2 initdb 初始化数据库
6、运行命令 service postgresql-9.2 initdb 启动postgresql
7、运行命令 chkconfig postgresql-9.2 on 开机启动postgresql,可以通过命令chkconfig –list查看已启动的服务
参考:地址
centos和redhat下安装postgreSQL,码迷,mamicode.com
标签:http c tar t get html 文件 htm 初始化 sql 数据
原文地址:http://www.cnblogs.com/jeffsun/p/3695657.html