当您面临JSP连接MySQL数据库问题,你首先需要在MySQL数据库里创建一username表,表里面创建两个字符型的字段,字段名分别为:uid,pwd,然后插入几条测试数据。
以下用两种方式来实现JSP连接MySql数据库
第一种方式,用JSP实现:
<ccid_code></ccid_code> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> Copy after login |