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

Connecting to various databases

Introduction

This page lists details on how to connect to various databases in Bahmni.

Bahmni comprises of different sub-components, like OpenMRS, OpenELIS, OpenERP/Odoo, Dcm4chee, PACS-Integration service, etc. Each component talks to its own database, which may be created within MySQL or Postgres. To see the contents of a particular database, you will need to use the right command line tool for MySQL or Postgres, and also appropriate credentials.

List of Application Databases

ApplicationDB Server TypeDatabase NameConnection Command
1.OpenMRS (EMR)MySQLopenmrsbash mysql -uopenmrs-user -ppassword openmrs # For Bahmni 0.92 > mysql -uroot -pP@ssw0rd openmrs]]>
2.OpenELIS (Lab)PostgreSQLclinlimspsql -Uclinlims clinlims]]>
3.OpenERP/OdooPostgreSQLopenerp/odoopsql -Uopenerp openerp OR > psql -Uodoo odoo]]>
4.dcm4cheePostgreSQLpacsdbpsql -Upostgres pacsdb]]>
5.PACS Integration ServicePostgreSQLbahmni_pacspsql -Upostgres bahmni_pacs]]>
6.Crater (Bahmni LITE)MySQLcratermysql -ucrater -pcrater crater # connect to crater atomfeed db > mysql -ucrater_atomfeed_user -ppassw0rd crater_atomfeed]]>
> mysql -uopenmrs-user -ppassword openmrs

# For Bahmni 0.92
> mysql -uroot -pP@ssw0rd openmrs
> psql -Uclinlims clinlims
> psql -Uopenerp openerp
OR
> psql -Uodoo odoo
> psql -Upostgres pacsdb
> psql -Upostgres bahmni_pacs
# connect to crater db
> mysql -ucrater -pcrater crater
# connect to crater atomfeed db
> mysql -ucrater_atomfeed_user  -ppassw0rd crater_atomfeed
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗