Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop License Statistics. Backing up the database when License Statistics is running will cause the database dump to be inconsistent with the current state of monitored data.
  2. Open a command prompt with full administrator permissions (see http://technet.microsoft.com/en-en/library/cc947813(v=ws.10).aspx for instructions on starting a command prompt as an administrator).
  3. Navigate to the database folder named mysql under the License Statistics directory.
  4. Execute mysql_start.bat to launch MySQL client.
  5. After MySQL starts, execute mysql_backup.bat. The script creates a .dump file.
  6. When the backup is complete, execute mysql_stop.bat script.

Backing up the database may take a long time, depending on the volume of data in your database.

The script creates the xformation_licstat.dump file.

...