No suitable driver found for jdbc mysql?

后端 未结 6 1394
抹茶落季
抹茶落季 2020-12-03 23:28

I am trying to write a program to connect to a MySQL database in eclipse, but I get the error \"java.sql.SQLException: No suitable driver found\".

The java

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 23:55

    I encountered the same problem as you, but I handled it as follows: I copied the jar, which is called mysql-connector-java-5.1.23-bin.jar, into the \Apache Software Foundation\Tomcat 6.0\lib, and restarted tomcat. Hope that helps

提交回复
热议问题