The Scada-LTS currently allows the use of two Database Management Systems (DBMS): Derby and MySQL.

The Derby is used as default by the system. However, if you need some change in its initial configuration, is necessary to modify the file located in "Scada-LTS*/WEB-INF/classes/env.properties" and "Scada-LTS*/WEB-INF/classes/env.properties.derby".

To use MySQL, you must enter the data necessary for its correct use. Thus, the file needed to be modified is in "Scada-LTS*/WEB-INF/classes/env.properties.mysql". Basically, the following parameters must be entered:

db.username: Username.

db.password: User password.

Made the necessary changes, you must choose MySQL as an option and click the icon to save. Then restart the application server (e.g Tomcat).

Scada-LTS*: Scada-LTS location on the application server(ex: "Pasta_Tomcat/webapps/Scada-LTS").