9
无法通过Tomcat或外部的JDBC连接器连接到mysql
我已经安装了一个普通的mysql 5.5安装程序,虽然可以通过mysql命令连接到mysql服务,并且该服务似乎正在运行,但是我无法通过spring + tomcat或从外部jdbc连接器连接到它。 我正在使用以下网址: jdbc:mysql://myserver.com:myport/mydb 使用正确的用户名/密码,但我收到以下消息: server.com: 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. 和tomcat抛出: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. …