Versions Compared

Key

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

...

  1. Stop License Statistics.

  2. From a command line, navigate to the License Statistics installation directory, and then to mysql_x64 for 64-bit databases (mysql for License Statistics v4.19.1 and newer).

  3. Start the MySQL server by running mysql_start.bat for Windows or mysql_start.sh for Linux.

  4. Connect to the License Statistics database using the following command:

    For Windows: mysql -u root -h localhost -tcp -Dxformation_licstat
    For Linux: ./mysql -u root -h localhost -tcp -Dxformation_licstat --socket=data/mysql.sock

  5. After connecting to the database, run the desired MySQL commands.

  6. Stop the MySQL server by running mysql_stop.bat for Windows or mysql_stop.sh for Linux.

  7. Restart License Statistics.