Update database credentials

This commit is contained in:
P0nk
2021-04-02 13:52:44 +02:00
parent 5d75f4a53a
commit 2873d0d031
20 changed files with 40 additions and 40 deletions

View File

@@ -42,8 +42,8 @@ import java.util.List;
public class MapleSkillMakerReagentIndexer {
static String host = "jdbc:mysql://localhost:3306/cosmic";
static String driver = "com.mysql.jdbc.Driver";
static String username = "snail";
static String password = "shell";
static String username = "cosmic_server";
static String password = "snailshell";
static String fileName = "../../wz/Item.wz/Etc/0425.img.xml";
static String newFile = "lib/MakerReagentData.sql";