Versions Compared

Key

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

...

Code Block
#Configuration created by installer
diag.dataDirectory=C:/diagserverdata/
diag.searchDirectory=C:/diagserverdata//search
diag.dbCollation=GERMAN
diag.dbDriver=org.mariadb.jdbc.Driver
diag.dbUser=root
diag.dbPass=
diag.dbUrl=jdbc:mariadb://localhost:3306/diagdb?autoReconnect=true
diag.dbDialect=de.customed.orm.MariaDBDialect
diag.dbShowSQL=false


Password

since diag Server Version Since custo diagnostic server 5.2.0 (with DS-445):
When creating a new MariaDB (e.g. during the setup), the database user "root" will be given created with a random password. Thus, With this the database is protected against unauthorized access. Then the password can be read The password is stated in the diag.properties file. To ensure uphold the protection of the database access, the operator has to make sure that no take care about third party can access of the diag.properties file.
When updating older versions, we recommend changing to change the user password for the database user "root" manually.