source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/DBScripts/assigningauthoritydb/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 assigningauthoritydb
2Step 2 - Place the assigningauthoritydb.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 assigningauthoritydb < c:\temp\assigningauthoritydb.sql
5Step 4 - Launch MySQL Administration window and create a user with name "nhincuser" and password "nhincpass"
6Step 5 - Assign all the privilages and add assigningauthoritydb Schema for this user.
Note: See TracBrowser for help on using the repository browser.