db connection modify

This commit is contained in:
sys 2024-01-08 00:06:57 +09:00
parent 845b300d60
commit 036bd3607e
1 changed files with 1 additions and 1 deletions

View File

@ -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();