Java Connecting to remote MySQL database

后端 未结 3 1049
梦如初夏
梦如初夏 2021-01-16 00:17

Hey guys im trying to connect to my remote mysql database and my code gives me this error:

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.ne         


        
3条回答
  •  死守一世寂寞
    2021-01-16 01:03

    This post should answer your questions. http://www.vogella.de/articles/MySQLJava/article.html You can obtain the needed mysql jar files from http://www.mysql.com/products/connector/

提交回复
热议问题