Versions Compared

Key

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

...

The information on this page refers to License Statistics v5v6.15 6 or newer, which upgraded MySQL to v5.7introduced the License Statistics Manager, a tool that replaces direct editing of the xflicstat.cfg configuration file for Windows installations. If you are using an earlier version of License Statistics, please refer to the documentation for releases prior to v5v6.156.

License Statistics can use either an external or embedded MySQL database. The following sections contain information relevant to MySQL database configuration, including:

...

Info
Important: Direct SQL queries and manipulation of the database is unsupported. Manipulating the database can result in database corruption. Always make a backup of your database before manipulating it. Manipulating the database can result in database corruption.

Database configuration settings (Windows)

For Windows, you review and edit database configuration settings using the License Statistics Manager. See Using the License Statistics Manager for more information.

screenshot-2.pngImage Added

Database configuration settings (Linux)

For Linux, you view and edit database settings in the xflicstat.cfg file. Available settings in xflicstat.cfg The database can be configured in the xflicstat.cfg file. Available settings include the following.

SettingRequiredDefault value set by installerDescription
MYSQL_SERVERYesEMBEDDED64

To use the embedded MySQL server delivered with the application, set this value to EMBEDDED64.

To use an external MySQL server, specify the server name or IP address.

MYSQL_PORTYes3306
MySQL server port.
MYSQL_DATABASEYesxformation_licstat

Name of License Statistics database.

If you use an embedded MySQL server, the database will be created automatically the first time you run License Statistics.

If you use an external MySQL server, the database must be created manually before running License Statistics.

MYSQL_USERNAMEYesrootUsername for the account created in the License Statistics database.
MYSQL_PASSWORDNoemptyPassword for the account created in the License Statistics database.

...