Risk Vision is no longer supported; therefore, the Risk Vision Knowledge Base will be shut down on Tuesday, March 31st, 2026.

MySQL Post-Installation Scripts

To run the MySQL post-installation scripts:

  1. Using command line, go to the folder where scripts are installed. 
    • Example: cd C:\Server\MySQL_PI
  2. Ensure that all the files included in  agl_master.sql are in this folder.
  3. Execute the following command. This will load the scripts and make sure that the MySQL executable is set in the path correctly so that it can be accessed from anywhere: 
    •  .mysql -h[hostname] -u[username] -p [databasename] < agl_master.sql
    • Example: mysql -hlocalhost -uagiliance -p agiliance < agl_master.sql