服务器开启没多久就在后台一直刷这些是什么意思?要怎么解决?
数据库没设置好,不行的话可以换用sqlite
SotrForgotten 发表于 2018-2-4 16:24
数据库没设置好,不行的话可以换用sqlite
要怎么设置?
coreprotect的config.yml
# MySQL is optional and not required.
# If you prefer to use MySQL, enable the following and fill out the fields.
use-mysql: false
table-prefix: co_
mysql-host: 127.0.0.1
mysql-port: 3306
mysql-database: database
mysql-username: root
mysql-password:
如果你有mysql,填入,打开use-mysql(你现在应该是开的)
如果已经填了,检查正确性并且重启服务器
如果无效,请用工具删除co_相关的表
如果你没有mysql,关闭use-mysql即可
如果仍然有问题,删除database.db文件
# MySQL is optional and not required.
# If you prefer to use MySQL, enable the following and fill out the fields.
use-mysql: false
table-prefix: co_
mysql-host: 127.0.0.1
mysql-port: 3306
mysql-database: database
mysql-username: root
mysql-password:
如果你有mysql,填入,打开use-mysql(你现在应该是开的)
如果已经填了,检查正确性并且重启服务器
如果无效,请用工具删除co_相关的表
如果你没有mysql,关闭use-mysql即可
如果仍然有问题,删除database.db文件
SotrForgotten 发表于 2018-2-4 16:29
coreprotect的config.yml
# MySQL is optional and not required.
# If you prefer to use MySQL, enable t ...
怎么看自己有没有mysql