Class.forName("com.mysql.jdbc.Driver");
Connection connect = DriverManager.getConnection("jdbc:mysql://w-h.com:3105/表名tabelname", "用户名root", "密码root");
Statement stmt = connect.createStatement();
jdbc:sqlserver://losthost:1433;databaseName:mydb