/
Bahmni-Mart Setup with MySQLWorkbench & DBeaver
Bahmni-Mart Setup with MySQLWorkbench & DBeaver
Prerequisites:
Generate public key using
ssh-keygen -t rsa
For latest DBeaver, Run this on your key to convert it to RSA private key.
ssh-keygen -p -m PEM -f ~/.ssh/id_rsa
MYSQL:
Tools:
1.MySQLWorkbench
2.DBeaver
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”
Once all the details are added, Test Connection and ideally you see the “Connection Successful” popup.
POSTGRESS:
Tools:
DBeaver
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”
Once all the details are added, Test Connection and ideally you see the “Connection Successful” popup.
, multiple selections available,
Related content
Bahmni Mart Installation Setup
Bahmni Mart Installation Setup
More like this
Bahmni-Mart Configuration (docker)
Bahmni-Mart Configuration (docker)
More like this
Bahmni Mart Reports
Bahmni Mart Reports
Read with this
Frequently Asked Questions(FAQs) - Bahmni Mart
Frequently Asked Questions(FAQs) - Bahmni Mart
More like this
Bahmni Connect Deployment Steps
Bahmni Connect Deployment Steps
More like this
Installing Bahmni on CentOS - endTB specific
Installing Bahmni on CentOS - endTB specific
More like this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)