Compare commits
2 Commits
be8ece40d6
...
7e8efdb4fb
Author | SHA1 | Date |
---|---|---|
diego2031 | 7e8efdb4fb | |
diego2031 | b6dbffcd2f |
|
@ -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;
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue