mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-22 16:29:25 +00:00
Fixed issues with MariaDB support and renamed MariaDB to MySQL
This commit is contained in:
4
database/mysql/src/main/resources/init.json
Normal file
4
database/mysql/src/main/resources/init.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mainClass": "org.geysermc.floodgate.database.MysqlDatabase",
|
||||
"config": "mysql.yml"
|
||||
}
|
||||
4
database/mysql/src/main/resources/mysql.yml
Normal file
4
database/mysql/src/main/resources/mysql.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
hostname: "localhost"
|
||||
database: "floodgate"
|
||||
username: "floodgate"
|
||||
password: ""
|
||||
Reference in New Issue
Block a user