jar包也导了,还是读不出数据库中的数据
Connection ct=null;
PreparedStatement ps=null;
ResultSet rs=null;
Class.forName("com.mysql.jdbc.Driver");
ct=DriverManager.getConnection("jdbc:mysql://localhost:3306/com", "root", "895248");
jar包也导了,还是读不出数据库中的数据
Connection ct=null;
PreparedStatement ps=null;
ResultSet rs=null;
Class.forName("com.mysql.jdbc.Driver");
ct=DriverManager.getConnection("jdbc:mysql://localhost:3306/com", "root", "895248");
你把你写的连接数据库的java代码粘贴出来,让我看看。你确定真的连接成功了吗?