Versions Compared

Key

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

...

  1. Create the database. For example, type the following in the MySQL console:

    mysql> CREATE DATABASE database_name;

  2. Edit or replace your existing mysqld configuration file with the MySQL config.ini file included in the License Statistics distribution. These settings are important for performance, because the default mysqld configuration file is not configured for the high volume of data License Statistics pushes through the database. Restart the MySQL server.
    Note: Each time you restart the MySQL server, make sure it is reading the proper configuration file.

  3. Edit the following settings in the configuration file (xflicstat.cfg):

...