当前位置: 代码迷 >> J2EE >> 在hibernate里连接mysql的有关问题
  详细解决方案

在hibernate里连接mysql的有关问题

热度:138   发布时间:2016-04-22 03:15:19.0
在hibernate里连接mysql的问题
我在点test driver 的时候,蹦出来一个窗口说 
Error while performing database login with the mysqldriver driver
Unable to create connection. check your URL.

我的connection是这样设置的: jdbc:mysql://localhost:3306:MySQL。哪里出来问题啊?在线等,谢谢拉。

------解决方案--------------------
jdbc:mysql://localhost:3306/MySQL
  相关解决方案