DAO MariaDB - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/dao/MariaDB.conf
- Category : DAO
- Version : 3.5
- Status : STABLE
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
PASS | password of the connected user | Text | pass | |
SERVERPORT | listening port of the database | Number | 3306 | Any value between 1024 and 65535 |
DB_NAME | database name | Text | mtgdesktopclient | |
LOGIN | user allowed to connect to the database | Text | login | |
PARAMS | JDBC parameters append to the url | Text | ?autoDeserialize=true&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&autoReconnect=true | |
SERVERNAME | server name or ip where database is stored | Text | localhost |