当前位置: 代码迷 >> J2EE >> myeclipse在连接mysql数据源的时分为何总显示the last packet sent successfully to the server was
  详细解决方案

myeclipse在连接mysql数据源的时分为何总显示the last packet sent successfully to the server was

热度:733   发布时间:2016-04-17 23:04:54.0
myeclipse在连接mysql数据源的时候为何总显示the last packet sent successfully to the server was
显示the last packet sent successfully to the server was 0 milliseconds ago


各位大神求教了因为我最近在学hibernate这个连不上好麻烦再次感谢大家
------解决思路----------------------
URL后面的3306后面的数据库名哪里去了?数据库怎么知道你连接的那个数据库,你这样怎么查找?
一般的写法jdbc:mysql://123.57.236.168:3306/emp?
------解决思路----------------------
引用:
Quote: 引用:

   就是右边的名字

刚刚发现是我的mysql要更新,我更新了下然后还是写的jdbc:mysql://localhost:3306结果就成功了难道不写数据库名也可以么?


是的,我试了一下,确实不添加dbname也是可以的。两种都可以看到mysql里面的所有的表,暂时还不清楚有什么区别。
  相关解决方案