Compare commits

...

2 Commits

Author SHA1 Message Date
diego2031 7e8efdb4fb modificacion clase Conexion 2024-05-08 08:03:40 -06:00
diego2031 b6dbffcd2f commit de modificación de la clase conexion 2024-05-08 07:48:48 -06:00
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 = "pastel";
private static String password = "pastel";
private static String username = "dbpastel";
private static String password = "dbpastel";
// variable de conexion
private static Connection connection = null;