forked from instance01/MinigamesAPI
-
Notifications
You must be signed in to change notification settings - Fork 15
MySQL Setup
Martin Eisengardt edited this page Aug 20, 2016
·
1 revision
Player staticstics can be saved in mysql tables.
To enable mysql you need to add the following configuration variables at minigames config.yml
Config entry | Description |
---|---|
mysql.enabled | true to enable MySQL Support |
mysql.host | Host name to connect to |
mysql.user | User name for connection |
mysql.pw | Password for connection |
mysql.database | Database Name |
Minigames lib will create the tables in demand. The mysql user should have the permission to create and alter database tables.