VistA-ccr/nhin-vista/projects/NHINC/Current/Product/DBScripts/auditlog
george 0bd7a4516d NHIN gateway and adaptor for use on linux with VistA EHR and RPMS 2009-05-12 23:58:30 +00:00
..
ReadMe.txt NHIN gateway and adaptor for use on linux with VistA EHR and RPMS 2009-05-12 23:58:30 +00:00
auditRepository.sql NHIN gateway and adaptor for use on linux with VistA EHR and RPMS 2009-05-12 23:58:30 +00:00
auditlog.sql NHIN gateway and adaptor for use on linux with VistA EHR and RPMS 2009-05-12 23:58:30 +00:00

ReadMe.txt

Step 1 - Place the auditrepository.sql file in c:\temp folder
Step 2 - Goto MySQL / bin folder using command prompt
Step 3 - execute the below step to install auditlog schema to your MySql database
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -pNHIE-Gateway auditrepo < c:\temp\auditrepository.sql
Step 4 - Login to MySQL Administrator using root/NHIE-Gateway username and passwords.
Step 5 - Verify nhincuser/nhincpass account has been created. If it has not, create the user.
Step 6 - Add auditrepo schema to nhincuser user.
Step 7 - Verify the nhincuser has SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, GRANT, EXECUTE privileges on auditrepo Schema.