Complete To Create the ATNA Repository Database.
Create a schema in your MySQL environment named monitor.
Create a user for the checkpoint tables by running the following command:
grant create, alter, drop, delete, index, insert, select, trigger, update, create routine, alter routine, execute on pixpdqcheckpoint.* to pixpdq identified by 'pixpdq';
Navigate to the directory to which you downloaded the PIX/PDQ projects during installation, and then navigate to the SQL folder.
Log in to the pixpdqcheckpoint schema as the user you created above.
Run the monitor.sql file against the pixpdqcheckpoint schema.