在网站根目录新建一个文件insertsql.jsp,输入以下代码
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %> <%@ page import="com.tinwin.util.MD5"%> <%@ include file="data/conn.jsp"%> <% String sql_id="INSERT INTO users (username,password) VALUES ('jsp','jsp')"; stmt.executeUpdate(sql_id); %>
- 上一篇:mysql workbench 8安装
- 下一篇:mysql下载
- 文章导航