qinling072 发表于 2018-9-28 13:27:00

调试(一)——mysql连接不到

描述:  Tomcat下,连接mysql。抛出:
  Cannot connect to MySQL server on localhost:3306 Is there a MySQL server running on the machine/port you are trying to connect to? (java.lang.NumberFormatException)
  数据库:mysql-4.1.14.max
  平台:Linux9.0
  驱动:mysql-connector-java-3.1.10-bin.jar
  诊断:
  在WEB-INF/lib下有老版本的connector,删掉它,连接正常。

页: [1]
查看完整版本: 调试(一)——mysql连接不到