Config File

Information on the Config File.

Current config.yml

mysql:
  host: "localhost" # MySQL Host
  port: 3306 # MySQL Port
  user: "root" # MySQL User
  pass: "pass" # MySQL Password
  database: "minecraft" # MySQL Database

MySQL

Host

Enter the host system where the MySQL server is.

Port

By default, 3306. The port for the MySQL server IP.

User

The user for the MySQL server, typically root.

Password

The password for the user account.

Database

The database you desire MC-Security to use.


Comments

Posts Quoted:
Reply
Clear All Quotes