source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/DBScripts/nhincdb/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: 880 bytes
Line 
1This schema is used to create all of the needed schemas for the NHIN Connect
2gateway and adapter. The steps are outlined below.
3
4Step 1 - Launch MySQL Administration window and create a schema called nhincdb
5Step 2 - Place the nhincdb.sql file in c:\temp\ folder.
6Step 3 - Go to MySQL bin directory and import the schema using the command below:
7 C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -pNHIE-Gateway nhincdb < c:\temp\nhincdb.sql
8Step 4 - If the user nhincuser has not been created yet, launch MySQL Administration window and create
9 a user with name "nhincuser" and password "nhincpass"
10Step 5 - Assign read, write, update, delete, execute privilage for all schemas to the nhincuser.
11
12(Note - if you want to create a specific schema you can follow the directions in the ReadMe.txt file
13 in the directory for that schema.)
Note: See TracBrowser for help on using the repository browser.