Java program and mySQL connectivity issue: No suitable driver found

后端 未结 4 1422
忘掉有多难
忘掉有多难 2021-01-23 04:01

I\'ve been having a problem with mySQL database connectivity. I\'m getting an error:

No suitable driver found for jdbc:mysql://127.0.0.1/sakila.

4条回答
  •  盖世英雄少女心
    2021-01-23 04:38

    You need to place the connector jar file to your classpath or ...\jre1.6.0\lib\ext

    Classpath is the one you should favor instead of the latter
    

提交回复
热议问题