Versions Compared

Key

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

...

  1. Create a backup of your database.
  2. Stop License Statistics.
  3. Open a terminal/console in administration mode. 
  4. Go to mysql in the License Statistics installation directory. 
    • For Windows:

      Code Block
      languagebash
      cd C:\Program Files\X-Formation\License Statistics\mysql


    • For Linux:

      Code Block
      languagebash
      cd /usr/xflicstat/mysql


  5. Start an embedded MySQL database using the mysql_start script.
    • For Windows:

      Code Block
      languagebash
      mysql_start.bat


    • For Linux:

      Code Block
      languagebash
      sh mysql_start.sh


  6. Execute the SQL script delivered to you by X-Formation Support.
    • For Windows:

      Code Block
      languagebash
      mysql.exe -hlocalhost -uroot xformation_licstat < [download_file_directory]\script.sql


    • For Linux:

      Code Block
      languagebash
      mysql -hlocalhosth127.0.0.1 -uroot xformation_licstat < [download_file_directory]/script.sql


  7. Stop the embedded MySQL database using the mysql_stop script.
    • For Windows:

      Code Block
      languagebash
      mysql_stop.bat


    • For Linux:

      Code Block
      languagebash
      sh mysql_stop.sh


  8. Start License Statistics

...