source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/DBScripts/ReadMe.txt@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 584 bytes
Line 
1General Notes on Database Creation
2
3Create a user called nhincuser with password nhincpass - This should be used
4for all programmatic access to the database (i.e. from the gateway software).
5
6To create all of the necessary schemas, refer to the Readme.txt file located
7in the nhincdb directory.
8
9When creating a new schema
10 1. Create a user that has root privileges to your schema and give it all
11 privileges to access your schema.
12 2. Make sure that you grant insert, select, update, delete, execute
13 privileges to the user: nhincuser for your new schema.
14
Note: See TracBrowser for help on using the repository browser.