Skip to content

MySQL Setup

Martin Eisengardt edited this page Aug 20, 2016 · 1 revision

MySQL-Setup

Player staticstics can be saved in mysql tables.

Configuration

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

Tables

Minigames lib will create the tables in demand. The mysql user should have the permission to create and alter database tables.

Clone this wiki locally