|
|
|
@@ -8,7 +8,7 @@ import java.sql.SQLException; |
|
|
|
* MySQL Connection Factory. |
|
|
|
*/ |
|
|
|
public class MySqlConnectionFactory { |
|
|
|
public static final String URL = "jdbc:mysql://localhost:3306/pmiw15g06_v01"; |
|
|
|
public static final String URL = "jdbc:mysql://141.83.20.84:3306/pmiw15g06_v01"; |
|
|
|
public static final String USER = "pmiw15g06"; |
|
|
|
public static final String PASS = "AX3yQSYJSH43PrSz"; |
|
|
|
public static final String DRIVER = "com.mysql.jdbc.Driver"; |
|
|
|
|