程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> 關於MYSQL數據庫 >> JDBC 連接MySQL 問題

JDBC 連接MySQL 問題

編輯:關於MYSQL數據庫
今天用mm.mysql-2.0.4-bin.jar連接MySQL,報錯如下:

Communication failure during handshake. Is there a server running on localhost:3306?

我的MySQL數據庫的版本:5.0.18。使用mm.mysql-2.0.4-bin.jar,。出現了上面的問題。mysql服務是開的,有可能是驅動不行了,上mysql下載了個對應5.0的版本:MySQL-connector-Java-5.0.8-bin.jar ,再連接,ok,沒有出錯。

drivers=org.gjt.mm.mysql.Driver poolapp.url=jdbc:MySQL://localhost/test?user=root&passWord=ffcsoss&useUnicode=true&characterEncoding=8859_1

ysql網站上的說明:

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC-3.0 and JDBC-4.0 specifications. The Type 4 designation means that the driver is pure-Java implementation of the MySQL protocol and does not rely on the MySQL client librarIEs.
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved