Advanced Search
Search Results
2 total results found
postgresSQL 9.4.26 설치
4. DBMS 정보기록
postgresSQL
패키지 설치진행 db실행 사용자 및 data 디렉토리 생성 $> useradd psql $> mkdir /home/data $> chown -R psql: /home/data source 파일 다운로드 $> wget https://ftp.postgresql.org/pub/source/v9.4.26/postgresql-9.4.26.tar.gz --no-check-certificate depencency 패키지 설치 $> yum install ...
postgresSQL 9.2.4 설치
4. DBMS 정보기록
postgresSQL
설치정보 Postgressql : 9.2.4 OS : Centos 5.10 postgressql 컴파일때 필요한 패키지 설치 $> yum -y install compat-readline43 readline-devel crypto-utils.* openssl* readline-devel pam-devel 압축 해제하고 , 컴파일 -> 설치 들어가기 $> tar -zxvf postgresql-9.2.4.tar.gz $> cd...