6 import java.sql.ResultSet;
7 import java.sql.SQLException;
8
9
10 public class TestCon1{
11public static void main(String[] args)
12{
13Connection con = null;
14String sql;
15PreparedStatement pre;
16ResultSet rs;
17
18try {
19String driver="com.mysql.jdbc.Driver";
20Class.forName(driver);
21
22String url="jdbc:mysql://localhost:3306/cuiuseUnicode=truecharacterEncoding=latin1";//utf-8也行
23con = DriverManager.getConnection(url, "root", "123456");
24
25sql = "select _id,username,password from test1" ;
26pre = con.prepareStatement(sql);
27
28rs = pre.executeQuery();
29while(rs.next()){
30int id = rs.getInt(1);
31String username = rs.getString(2);
32String password = rs.getString(3);
33
34System.out.println("id="+id+";username="+username+";password="+password);
35}
36con.close();
37} catch (SQLException e) {
38e.printStackTrace();
39} catch (ClassNotFoundException e) {
40e.printStackTrace();
41}
42
43}
44
45 }
运行结果:
id=1;username=ccc;password=123456
id=2;username=xxx;password=654321
id=3;username=ddd;password=123456
id=4;username=ddf÷;password=yyt
id=5;username=cuixiaodong;password=cxd
id=6;username=vv;password=cxd
【手机怎么登录mysql 手机怎么登录路由器】关于手机怎么登录mysql和手机怎么登录路由器的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站 。
推荐阅读
- 直播拍照工具,直播专用相机
- 包含asp.net+技术论坛的词条
- 教大家如何开通小程序课程,如何开放小程序
- sappa证书报名,sap pa认证报名条件
- Pg数据库命令查询竖着展示,pg数据库show table
- 安卓怎么解决微信分屏,安卓微信怎么弄分身
- 如何推广自己产品,怎么推广自己产品让全国人都知道
- go语言什么出2.0版本 go语言版本变化
- flutter预览布局设置在,flutter预览各种文件