gmms/WebContent/mysqlInsert/mysql_connect.jsp
@@ -11,7 +11,7 @@ <% //连接数据库 String ip="localhost:3307"; String ip="localhost:3306"; String driverClass = "com.mysql.cj.jdbc.Driver"; String url="jdbc:mysql://"+ip+"/gmms?serverTimezone=GMT%2B8"; String user = "root";