Before backing up your MySQL database, make sure you have stopped all RiskVision services.
To back up your MySQL database:
- Log in as the Administrator.
- Open the command window in the RiskVision database server host.
Enter the following line in the command window (ensure that the information is all in one line):
%AGILIANCE_HOME%\MySql\bin\mysqldump -uroot -p<root password> --databases agiliance --routines --triggers --add-drop-database --single-transaction --max_allowed_packet=32MB > snap.sql
The above command will back up your data to the
.sql
file. Copy this file to the back-up directory.