version
- コード: 全て選択
This server is running CraftBukkit version git-Spigot-625bc00-41a7d14 (MC: 1.11.
2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
config
- コード: 全て選択
database:
# Select the type of database which should be used
# Either use 'SQLite' or 'MySQL'. Otherwise you will break the plugin!
type: "MySQL"
# If the specified type is 'MySQL', here you configure the...
# (You can leave this empty if you're using SQLite)
mysql:
# ...interval in seconds, when the database should be pinged, to keep the connection alive
# You can set this to '0' to disable the ping interval
ping-interval: 3300
# ...hostname where the database is accessible
hostname: "localhost"
# ...port where the database is accessible (default: 3306)
port: 3306
# ...database you want to use
database: "shopchest"
# ...username you are going to login with
username: "root"
# ...password you are going to login with
# Be careful, as anyone who can read this file, can read the password!
password: "***********"
警告文
- コード: 全て選択
[22:35:19 WARN]: Mon Apr 17 22:35:19 JST 2017 WARN: Establishing SSL connection without server's
identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirem
ents SSL connection must be established by default if explicit option isn't set. For compliance w
ith existing applications not using SSL the verifyServerCertificate property is set to 'false'. Y
ou need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide
truststore for server certificate verification.
同じ警告文が大量に流れます