Update database credentials
This commit is contained in:
@@ -163,8 +163,8 @@ server:
|
||||
|
||||
#Database Configuration
|
||||
DB_URL: "jdbc:mysql://localhost:3306/cosmic"
|
||||
DB_USER: "snail"
|
||||
DB_PASS: "shell"
|
||||
DB_USER: "cosmic_server"
|
||||
DB_PASS: "snailshell"
|
||||
DB_CONNECTION_POOL: true #Installs a connection pool to hub DB connections. Set false to default.
|
||||
|
||||
#Login Configuration
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -50,8 +50,8 @@ import tools.Pair;
|
||||
public class MapleCashDropFetcher {
|
||||
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 wzPath = "../../wz";
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -37,8 +37,8 @@ import java.sql.SQLException;
|
||||
public class MapleCouponInstaller {
|
||||
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;
|
||||
|
||||
@@ -57,8 +57,8 @@ public class MapleGachaponItemidRetriever {
|
||||
|
||||
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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -50,8 +50,8 @@ import java.util.Set;
|
||||
public class MapleNoItemIdFetcher {
|
||||
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 wzPath = "../../wz";
|
||||
static String newFile = "lib/result.txt";
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ import java.io.*;
|
||||
public class MapleMobBookIndexer {
|
||||
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";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -67,8 +67,8 @@ public class MapleQuestItemFetcher {
|
||||
|
||||
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 wzPath = "../../wz";
|
||||
static String directoryName = "../..";
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ import java.io.File;
|
||||
public class MapleReactorDropFetcher {
|
||||
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 reactorScriptPath = "../../scripts/reactor";
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ import java.io.*;
|
||||
public class MapleSkillMakerFetcher {
|
||||
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/Etc.wz/ItemMake.img.xml";
|
||||
static String newFile = "lib/MakerData.sql";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class DatabaseConnection {
|
||||
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
|
||||
private static String DB_USER = "snail";
|
||||
private static String DB_PASS = "shell";
|
||||
private static String DB_USER = "cosmic_server";
|
||||
private static String DB_PASS = "snailshell";
|
||||
|
||||
public static final int RETURN_GENERATED_KEYS = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user