MySQL

You can connect a MySQL database to merge pictures, player information between servers.

MySQL enable: false
MySQL database:
  host: localhost
  port: 3306
  database: db
  user: username
  password: password

Old pictures and information on players that are recorded locally will not be moved to the database!

The binding goes to the server's IP address. Therefore, any change in the server IP will result in data loss. In this case, a manual change in the database will help!

Last updated