MySQL Workbench 및 DBeaver로 Bahmni-Mart 설정
사전 요구 사항:
- 다음을 사용해 공개 키를 생성합니다.
- 최신 DBeaver에서는 키에 다음 작업을 실행해 RSA 비공개 키로 변환합니다.
MYSQL:
도구:
MySQL Workbench로 연결:
Change the connection method to Standard TCP/IP over SSH, by default, connection method will be set to Standard (TCP/IP)
Hostname: “<DomainName>”
Username: “centos”
SSH key file path: “provide the path to id_rsa file”
MySQL Hostname: “localhost”
MySQL Server Port: “3306”
Username: “root”
모든 세부 정보를 입력한 뒤 Test Connection을 실행하면 정상적으로는 ‘Connection Successful’ 팝업이 표시됩니다.

POSTGRESS:
도구:
DBeaver로 POSTGRESS에 연결:
Select postgress DB while creating a new connection
Select SSH tab and check “Use SSH Tunnel” option
Host/IP: “<DomainName>”
Port: 22
User Name: “centos”
Authentication Method: “Public Key”
Private Key: “provide the path to id_rsa file”

모든 세부 정보를 입력한 뒤 Test Connection을 실행하면 정상적으로는 ‘Connection Successful’ 팝업이 표시됩니다.
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0