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 terminal/console in administration mode. 
  4. Go to the mysql directory in the License Statistics installation directory. All example commands described below should be executed in this directory. 
    • Windows

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


    • Linux

      Code Block
      languagebash
      cd /opt/x-formation/licstat/mysql


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

      Code Block
      languagebash
      mysql_start.bat


    • Linux

      Code Block
      languagebash
      sh mysql_start.sh


  6. Execute SQL script delivered by X-Formation Support
    • Windows

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


    • Linux

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


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

      Code Block
      languagebash
      mysql_stop.bat


    • Linux

      Code Block
      languagebash
      sh mysql_stop.sh


  8. Start License Statistics

...