Update database credentials
This commit is contained in:
@@ -50,8 +50,8 @@ public class MapleIdRetriever {
|
||||
|
||||
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 Connection con = null;
|
||||
static InputStreamReader fileReader = null;
|
||||
|
||||
Reference in New Issue
Block a user