- 域名頻道首頁
- 客服中心
- 常見問題
- 空間租用
- 業(yè)務(wù)相關(guān)
- jsp連接mysql數(shù)據(jù)庫方法
jsp連接mysql數(shù)據(jù)庫方法
作者:技術(shù)支持來源:域名頻道發(fā)布時間:2006-9-15 22:12:10瀏覽:
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
String url ="jdbc:mysql://localhost/myDB?user=soft&password=soft1234&useUnicod
e=true&characterEncoding=8859_1"
//myDB為數(shù)據(jù)庫名
Connection conn= DriverManager.getConnection(url);
String url ="jdbc:mysql://localhost/myDB?user=soft&password=soft1234&useUnicod
e=true&characterEncoding=8859_1"
//myDB為數(shù)據(jù)庫名
Connection conn= DriverManager.getConnection(url);