일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 자바
- Linux
- 윈도우
- Atlassian
- 노드
- DB
- node
- java
- postgres
- 아틀라시안
- 3.0
- PostgreSQL
- JS
- hamonikr
- Windows
- javascript
- 설치
- 하모니카
- 우분투
- install
- python
- 리눅스
- 자바스크립트
- 데이터베이스
- ubuntu
- 스크립트
- 설정
- 파이썬
- DATABASE
- script
Archives
- Today
- Total
목록포스트그레 (7)
LukeHan 의 잡다한 기술 블로그
postgresql 설치
확인1 postgresql 설치 여부를 확인합니다 aptitude show postgresql | grep State State : not installed 설치 apt-get install postgresql 확인2 dpkg -l | grep postgres cat /etc/passwd | grep postgres /etc/init.d/postgresql status netstat -tnlp | grep postgres 패스워드 설정 sudo -u postgres psql template1 ALTER USER postgres with encrypted password 'p@ssw0rd';
Database/Postgresql
2020. 11. 29. 20:00