- 3
- 0
- 约4.46千字
- 约 16页
- 2022-11-15 发布于江苏
- 举报
实验三-Struts2框架编程-实验报告纸
实验三-Struts2框架编程-实验报告纸
/body
8.创建success.jsp与error.jsp
9.连接MYSQL
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.34-community MySQL Community Server (GPL)
Type help; or \h for help. Type \c to clear the current input statement.
mysql create database mydb;
Query OK, 1 row affected (0.01 sec)
mysql use mydb;
Database changed
mysql create table customer(
- name char(20),
- password char(20));
Query OK, 0 rows affected (0.08 sec)
mysql insert into customer values(sa1,ad
原创力文档

文档评论(0)