db connection modify
This commit is contained in:
parent
845b300d60
commit
036bd3607e
|
@ -5,7 +5,7 @@
|
|||
|
||||
try{
|
||||
// Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c");
|
||||
Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/resoft","root","c0ncyt3c");
|
||||
Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","c0ncyt3c");
|
||||
|
||||
|
||||
Statement stmt=conn.createStatement();
|
||||
|
|
Loading…
Reference in New Issue