
DocCare2 use JDBC to connect database. By default, DocCare2 is bundled with MySQL Connector/J 5.0 database driver. You can also download right version of MySQL JDBC driver at http://dev.mysql.com/downloads/connector/j/
If you’re using other database server, such as Oracle or MSSQL, you need to download proper JDBC drivers and place them in ${BURGEONSOFT_HOME}/common/lib.
Edit ${BURGEONSOFT_HOME}/conf/database.properties, please set the correct value to each property. Here is an example of configuration for MySQL database.
|
#Restart required on change. |
Please create a new database and user account for DocCare2 before you configure database.