BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Bahmni-Mart Setup with MySQLWorkbench & DBeaver

Prerequisites:

  1. Generate public key using
  1. For latest DBeaver, ​Run this on your key to convert it to RSA private key.

MYSQL:

Tools:

Connecting using MySQLWorkbench:

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”
11_1.png

Once all the details are added, Test Connection and ideally you see the &ldquo;Connection Successful&rdquo; popup.

Picture 2.png

POSTGRESS:

Tools:

Connecting to POSTGRESS using DBeaver:

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”
Picture 3.png12_1.png

Once all the details are added, Test Connection and ideally you see the &ldquo;Connection Successful&rdquo; popup.

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗