source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/DBScripts/auditlog/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: 676 bytes
Line 
1Step 1 - Place the auditrepository.sql file in c:\temp folder
2Step 2 - Goto MySQL / bin folder using command prompt
3Step 3 - execute the below step to install auditlog schema to your MySql database
4C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -pNHIE-Gateway auditrepo < c:\temp\auditrepository.sql
5Step 4 - Login to MySQL Administrator using root/NHIE-Gateway username and passwords.
6Step 5 - Verify nhincuser/nhincpass account has been created. If it has not, create the user.
7Step 6 - Add auditrepo schema to nhincuser user.
8Step 7 - Verify the nhincuser has SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, GRANT, EXECUTE privileges on auditrepo Schema.
9
Note: See TracBrowser for help on using the repository browser.