在使用JDBC连接mysql时可能会遇到以下错误:

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server

解决方法:

String url = "jdbc:mysql://192.168.xxx.xxx:3306/db";
此处的IP部分添加到hosts文件中,并使用hosts中设置的名称进行连接。
例:
String url = "jdbc:mysql://127.0.0.1:3306/db";
变为
String url = "jdbc:mysql://localhost:3306/db";
 
 
练习一下英语:
This error may encountered when using JDBC to connect Mysql:

  com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

  The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server

sulotions:

You need add target IP to your hosts file and name it.

make String url = "jdbc:mysql://192.168.xxx.xxx:3306/db";  be String url = "jdbc:mysql://hostname:3306/db";

example:

String url = "jdbc:mysql://127.0.0.1:3306/db";
change to
String url = "jdbc:mysql://localhost:3306/db";

最新文章

  1. MVC中Action的执行过程
  2. 设置IE默认文本模式的方法
  3. C#脚本引擎 CS-Script 之(一)——初识
  4. SublimeText3 生成html标签快捷键
  5. http://www.cnblogs.com/eye-like/p/4121219.html
  6. 简单实现图片间的切换动画 主要用到ViewPager
  7. 学习memcached的一个网站
  8. mysql select不使用任何锁(select with nolock)
  9. 架构设计的UML图形思考
  10. 08_Python编码与解码
  11. WPF 自定义滚动条(ScrollView、ScrollBar)样式
  12. solvepnp
  13. BZOJ.2002.Bounce 弹飞绵羊(LCT)
  14. ssh生成私钥
  15. phpstorm 一个窗口打开多个项目
  16. docker 安装redis
  17. Windows 增强版任务管理器-Process Explorer
  18. vs中如何添加库目录、包含目录以及依赖-----转
  19. POJ--2752--Seek the Name, Seek the Fame【KMP】
  20. python 列表元素统计出现的次数并输出字典

热门文章

  1. websocket简单实现在线聊天
  2. Redis的中并发问题的解决方案小结
  3. emacs 文本替换
  4. Windows -- 使用批处理文件.bat删除旧文件
  5. jquery-hide//一段hide代码实现异步隐藏
  6. Linux(CentOS7)设置开放端口
  7. Linux新手随手笔记1.6
  8. lvds接口介绍
  9. Playfair 加密
  10. Unity TimeLine 资源结构