You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

You can use an external MySQL database with License Statistics if needed. (Note that License Statistics supports only MySQL version 5.5.*. Other versions are not supported.)

To use an external database with License Statistics:

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

    mysql> CREATE DATABASE database_name character set latin1 collate latin1_swedish_ci;

    where database_name is the name of the database.

  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):
SettingDescription
MYSQL_SERVERMySQL server name or IP address.
MYSQL_PORT3306 (default).
MYSQL_USERNAMEUsername for the account created in the License Statistics database.
MYSQL_PASSWORDPassword for the account created in the License Statistics database.
MYSQL_DATABASE

Name of the database created for License Statistics.

  • No labels