Added MySQL connection flags option "flags" in configuration.txt
This commit is contained in:
parent
916dd99e82
commit
ac8d2f4333
2 changed files with 5 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ storage:
|
|||
# SQLite db for map storage (uses dbfile as storage location)
|
||||
#type: sqlite
|
||||
#dbfile: dynmap.db
|
||||
# MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix'
|
||||
# MySQL DB for map storage (at 'hostname':'port' with flags "flags" in database 'database' using user 'userid' password 'password' and table prefix 'prefix')
|
||||
#type: mysql
|
||||
#hostname: localhost
|
||||
#port: 3306
|
||||
|
|
@ -33,6 +33,7 @@ storage:
|
|||
#userid: dynmap
|
||||
#password: dynmap
|
||||
#prefix: ""
|
||||
#flags: "?allowReconnect=true"
|
||||
|
||||
components:
|
||||
- class: org.dynmap.ClientConfigurationComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue