[CentOS]yum安裝postgres和ntfs-3g


卸載已經存在的postgreSql

yum list | grep postgres
yum remove postgresql-server

獲取rpm文件並安裝
rpm -i http://yum.postgresql.org/9.0/redhat/rhel-6.0-x86_64/pgdg-centos90-9.0-5.noarch.rpm
yum install postgresql90-server postgresql90-contrib

 

初始化數據庫
service postgresql-9.0 initdb

 

啟動配置
chkconfig postgresql-9.0 on
service postgresql-9.0 start

獲取rpm文件並安裝
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum search ntfs
yum install ntfs-3g


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM