[ADD]

parent c0615e2c
......@@ -57,9 +57,9 @@ public class MysqlDAOFactory extends DAOFactory {
String url;
if (base.equalsIgnoreCase("nuevo")) {
user = "juan";
pwd = "jose";
url = "jdbc:mysql://172.16.2.43:3306/nuevo";
user = "juanjose";
pwd = "juanjose";
url = "jdbc:mysql://172.16.2.37:3306/nuevo";
try {
conexion = DriverManager.getConnection(url, user, pwd);
} catch (SQLException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment