wu
2025-11-20 3a85f920e943187fdf645c9a84588b79aab32da9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ 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>