Compare commits

..

No commits in common. "7e8efdb4fb4e9b84fa7f288c6ee81252ac7b3860" and "be8ece40d66868f875e650432f5b5a6957f16c03" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import java.sql.SQLException;
public class Conexion {
private static String url = "jdbc:mysql://127.0.0.1:3306/?user=pastel";
private static String driverName = "com.mysql.cj.jdbc.Driver";
private static String username = "dbpastel";
private static String password = "dbpastel";
private static String username = "pastel";
private static String password = "pastel";
// variable de conexion
private static Connection connection = null;