Hayden's Archive

[Linux] 우분투에서의 DB 서버 연결 명령어 및 서버 기본포트 본문

Study/DB

[Linux] 우분투에서의 DB 서버 연결 명령어 및 서버 기본포트

_hayden 2020. 10. 23. 15:45

내가 보려고 작성하는 우분투에서의 DB 서버 연결 명령어

 

Elasticsearch (9200)

$ sudo -i service elasticsearch start 

 

Kibana (5601)

참고 : kongsuny.tistory.com/22

$ sudo -i service kibana start

 

 

MongoDB (27017)

참고 : devlog.jwgo.kr/2019/02/26/how-to-install-mongodb-on-ubuntu/

$ sudo service mongod start

 

 

PostgreSQL (5432)

$ sudo systemctl start postgresql@13-main