games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

Database Error #152

Open aws0jam opened 5 years ago

aws0jam commented 5 years ago
# Database name
database=flexiblelogin
# Password in order to login
password=""
# Path where the database is located. This can be a file path (H2/SQLite) or an IP/Domain (MySQL/MariaDB)
path="127.0.0.1"
# Port for MySQL/MariaDB connections
port=3306
# SQL server type. You can choose between H2, SQLite and MySQL/MariaDB. If you use MySQL/MariaDB. Just write MySQL.
type=MySQL
# It's strongly recommended to enable SSL and setup a SSL certificate if the MySQL/MariaDB server isn't running on the same machine
useSSL=false
# Username to login the database system
username=root

Server log https://pastebin.com/9U9HTevB