Set project name to "Cosmic" (#2)
* Change name to Cosmic * Update database credentials
This commit is contained in:
@@ -48,10 +48,10 @@ import tools.Pair;
|
||||
Estimated parse time: 2 minutes
|
||||
*/
|
||||
public class MapleCashDropFetcher {
|
||||
static String host = "jdbc:mysql://localhost:3306/heavenms";
|
||||
static String host = "jdbc:mysql://localhost:3306/cosmic";
|
||||
static String driver = "com.mysql.jdbc.Driver";
|
||||
static String username = "root";
|
||||
static String password = "";
|
||||
static String username = "snail";
|
||||
static String password = "shell";
|
||||
|
||||
static String wzPath = "../../wz";
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import java.sql.SQLException;
|
||||
* @author The Real Spookster - some modifications to this beautiful code
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
|
||||
private static String DB_USER = "root";
|
||||
private static String DB_PASS = "";
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user