java网络编程中怎样得到信息头部

如题所述

  连接MySql数据库,用户名和密码都是root

  String url = "jdbc:mysql://localhost:3306/test" ;
  String username = "root" ;
  String password = "root" ;
  try{
  Connection con =
  DriverManager.getConnection(url , username , password ) ;
  }catch(SQLException se){
  System.out.println("数据库连接失败!");
  se.printStackTrace() ;
  }
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答