commit de modificación de la clase conexion

This commit is contained in:
diego2031 2024-05-08 07:48:48 -06:00
parent be8ece40d6
commit b6dbffcd2f
1 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 = "pastel";
private static String password = "pastel";
private static String username = "dbpastel";
private static String password = "dbpastel";
// variable de conexion
private static Connection connection = null;