|
|
|
@@ -5,10 +5,10 @@ import java.sql.DriverManager; |
|
|
|
import java.sql.SQLException; |
|
|
|
|
|
|
|
/** |
|
|
|
* MySQL Connection Factory.141.83.20.84 |
|
|
|
* MySQL Connection Factory. |
|
|
|
*/ |
|
|
|
public class MySqlConnectionFactory { |
|
|
|
public static final String URL = "jdbc:mysql://127.0.0.1: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"; |
|
|
|
|