ubuntu18.04 postgresql9. 설치5/postgresql9.6 버전
2155 단어 블록체인 브라우저
sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-9.6
sudo apt-get install postgresql-9.5
강좌를 찾아서 강력히 추천합니다.https://www.jianshu.com/p/35443c41ca56
1, 라이브러리 추가:
sudo add-apt-repository “deb https://apt.postgresql.org/pub/repos/apt/trusty-pgdg main”
2, 설치
sudo apt-get update
sudo apt-get install postgresql-9.6
sudo apt-get install postgresql-9.6-postgis-2.4
sudo apt-get install postgresql-9.6-pgroutintg
3, 비밀번호 수정
sudo passwd postgres
Enter new UNIX password:****
Retype new UNIX password:****
passwd: password updated successfully
4, 서비스 시작
sudo service postgresql start
5, 기본 사용자postgres로 전환
su postgres
Password:****
저자: 정풍파 수기 링크:https://www.jianshu.com/p/35443c41ca56출처: 약서 저작권은 작가에게 귀속된다.상업 전재는 작가에게 연락하여 권한을 부여받고, 비상업 전재는 출처를 밝혀 주십시오.