问题描述
- Eclipse Java连接Mysql出错
-
用正常连接数据库代码运行后出现,好像是MySQL访问地址问题,怎么解决?
error:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communication link failure, message from server: "Can't get hostname for your address"
解决方案
链接mysql 驱动类 com.mysql.jdbc.Driver 连接字符串
( jdbc:mysql://localhost:3306/pubs ,user=r
oot, password=root} )
(pubs为数据库名,
localhost为主机地址,若数据库在远程则为IP地址
user =用户名
password = 密码
)。解决了 就采纳哟!
解决方案二:
http://blog.sina.com.cn/s/blog_794b22b40101ejao.html
http://www.360doc.com/content/11/1024/18/5907545_158753900.shtml
http://www.shangxueba.com/jingyan/1642960.html
这几个链接你可以点进去看看;
如果回答对你有帮助,请采纳
解决方案三:
不够还有哦。。。
http://blog.csdn.net/u011845742/article/details/20165727 等3个,感觉挺详细的。。。
解决方案四:
http://topmanopensource.iteye.com/blog/1150418
此为解决上述问题的链接,请采纳
(MySQL报错如下message from server: "Can't get hostname for your address")
解决方案五:
链接mysql 驱动类 com.mysql.jdbc.Driver 连接字符串
( jdbc:mysql://localhost:3306/pubs ,user=r
oot, password=root} )
(pubs为数据库名,
localhost为主机地址,若数据库在远程则为IP地址
user =用户名
password = 密码
)。解决了 就采纳哟!