Dashboard > dcm4chee-2.x > ... > Installation > MySQL
MySQL Log In | Sign Up   View a printable version of the current page.

Added by Damien Evans , last edited by Damien Evans on Jul 07, 2008  (view change)
Labels: 
(None)

JDBC Driver

The MySQL JDBC driver is one of the ones included with the dcm4chee distributions. Feel free to update it if you need/want to.

Create the database

Initiate the pacsdb database instance using the DDL in dcm4chee-mysql-2.13.6/sql/create.mysql.

> mysql -uroot
mysql> create database pacsdb;
mysql> grant all on pacsdb.* to 'pacs'@'localhost' identified by 'pacs';
mysql> \q
> mysql -upacs -ppacs pacsdb < dcm4chee-mysql-2.13.6/sql/create.mysql

Adjust DB configuration if necessary

The database configuration information is contained within dcm4chee-mysql-2.13.6/server/default/deploy/pacs-mysql-ds.xml. If you're using a different database name, user name, etc., you'll need to update this file.

Powered by a free Atlassian Confluence Open Source Project License granted to dcm4che. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators