Update database credentials
This commit is contained in:
@@ -48,8 +48,8 @@ import java.io.*;
|
||||
public class MapleMobBookUpdate {
|
||||
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 = "lib/MonsterBook.img.xml";
|
||||
static String newFile = "lib/MonsterBook_updated.img.xml";
|
||||
|
||||
Reference in New Issue
Block a user