Update database credentials
This commit is contained in:
@@ -47,8 +47,8 @@ import java.sql.Statement;
|
||||
public class MapleCodeCouponGenerator {
|
||||
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