diff --git a/apply/include/db/db_connect.jsp b/apply/include/db/db_connect.jsp index f0bb057..51c34f6 100644 --- a/apply/include/db/db_connect.jsp +++ b/apply/include/db/db_connect.jsp @@ -5,7 +5,7 @@ try{ // Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c"); - Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","c0ncyt3c"); + Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","asdf1234"); Statement stmt=conn.createStatement(); diff --git a/resoft/include/db/db_connect.jsp b/resoft/include/db/db_connect.jsp index 06608b1..4b57925 100644 --- a/resoft/include/db/db_connect.jsp +++ b/resoft/include/db/db_connect.jsp @@ -5,7 +5,7 @@ try{ // Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c"); - Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","c0ncyt3c"); + Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","asdf1234"); Statement stmt=conn.createStatement(); diff --git a/www/WEB-INF/lib/mariadb-java-client-3.0.4.jar b/www/WEB-INF/lib/mariadb-java-client-3.0.4.jar new file mode 100644 index 0000000..c2f0906 Binary files /dev/null and b/www/WEB-INF/lib/mariadb-java-client-3.0.4.jar differ diff --git a/www/include/db/db_connect.jsp b/www/include/db/db_connect.jsp index f698750..0f2717e 100644 --- a/www/include/db/db_connect.jsp +++ b/www/include/db/db_connect.jsp @@ -5,7 +5,7 @@ try{ // Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c"); - Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","c0ncyt3c"); + Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","asdf1234"); Statement stmt=conn.createStatement(); Statement stmt2=conn.createStatement();