www db-connection modify
This commit is contained in:
parent
c395671255
commit
8ec39a81b8
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
try{
|
try{
|
||||||
// Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c");
|
// 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();
|
Statement stmt=conn.createStatement();
|
||||||
Statement stmt2=conn.createStatement();
|
Statement stmt2=conn.createStatement();
|
||||||
|
|
Loading…
Reference in New Issue