廖井涛
2023-12-25 edb59164b6742793776aafe42b6559d1a0c4c654
gmms/WebContent/mysqlInsert/mysql_connect.jsp
@@ -11,17 +11,19 @@
   <%
//连接数据库
String ip="localhost:3307";
 String driverClass = "com.mysql.cj.jdbc.Driver";
String url="jdbc:mysql://10.153.19.150/gmms?serverTimezone=GMT%2B8";
String url="jdbc:mysql://"+ip+"/gmms?serverTimezone=GMT%2B8";
String user = "root"; 
 String password = "beibo.123/";   
String url1 = "jdbc:mysql://10.153.19.150/gmms";
String url1 = "jdbc:mysql://"+ip+"/gmms";
String urlglass="jdbc:mysql://10.153.19.150/mesgglass?serverTimezone=GMT%2B8";
String url3="jdbc:mysql://10.153.19.150/glog?serverTimezone=GMT%2B8";
String urlglass="jdbc:mysql://"+ip+"/mesgglass?serverTimezone=GMT%2B8";
String url3="jdbc:mysql://"+ip+"/glog?serverTimezone=GMT%2B8";
System.out.println(11);
/* localhost:3307 */
/* 192.168.20.42 */
%>
</body>
</html>