hao073
RT



BobPlayer
首先是MySQL不是SQL
PlayerPoints -> config.yml
搜索mysql:
将所有子服设置为同一数据库即可同步
mysql可以使用phpstudy集成的
以上

hao073
浅念哥 发表于 2017-4-9 01:48
首先是MySQL不是SQL
PlayerPoints -> config.yml
搜索mysql:

都差不多啦~

  1.   host: localhost
  2.   port: 3306
  3.   database: minecraft
  4.   user: root
  5.   password: mcyouth
  6.   table: dq
  7.   import:
  8.     use: false
  9.     source: YAML
  10.   export:
  11.     use: false
  12.     source: SQLITE
  13.   retry: 10
复制代码
这样可以吗

BobPlayer
安装前置SQLibrary:http://mcbbs.tvt.im/thread-461244-1-1.html
设置storage: MySQL
import下面的use开启,表示导入之前的数据,导入一次后会自动关闭