<%@ page language="java" import="java.sql.*" contentType="text/html; charset=UTF-8"
|
pageEncoding="UTF-8"%>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<title>Insert title here</title>
|
</head>
|
<body>
|
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
|
<%-- <%
|
String driverClass = "com.mysql.cj.jdbc.Driver";
|
String url="jdbc:mysql://10.153.19.11/mesgglass?serverTimezone=GMT%2B8";
|
String user = "root";
|
String password = "beibo.123/";
|
String driverClass1 = "com.mysql.cj.jdbc.Driver";
|
String url1="jdbc:mysql://10.153.19.11/mesgglass?serverTimezone=GMT%2B8";
|
String user1 = "root";
|
String password1 = "beibo.123/";
|
String url3="jdbc:mysql://10.153.19.11/glog?serverTimezone=GMT%2B8";
|
%> --%>
|
</body>
|
</html>
|