source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/DBScripts/PatientCorrelationDB/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: 570 bytes
Line 
1Step 1 - Launch MySQL Administration window and create a schema called patientcorrelationdb
2Step 2 - Place the PatientCorrelationDB.sql file in c:\temp\ folder.
3Step 3 - Go to MySQL bin directory and import the schema using the command below:
4C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -pNHIE-Gateway patientcorrelationdb < c:\temp\PatientCorrelationDB.sql
5Step 4 - Launch MySQL Administration window and create a user with name "epcuser" and password "epcpass"
6Step 5 - Assign all the privilages and add PatientCorrelationSchema to for this user.
7
Note: See TracBrowser for help on using the repository browser.