Add prefix setting for MySQL table names

This commit is contained in:
Mike Primm 2014-08-22 01:50:47 -05:00
parent 7de967f1c2
commit 8085221087
1 changed files with 2 additions and 1 deletions

View File

@ -25,13 +25,14 @@ 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' and password 'password'
# MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix'
#type: mysql
#hostname: localhost
#port: 3306
#database: dynmap
#userid: dynmap
#password: dynmap
#prefix: ""
components:
- class: org.dynmap.ClientConfigurationComponent