Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection( "jdbc:mysql://localhost/education", "root", "pathword");
閉じるには
con.close();
Just another WordPress site
Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection( "jdbc:mysql://localhost/education", "root", "pathword");
閉じるには
con.close();