Java mySQL with 000webhost

后端 未结 4 2086
终归单人心
终归单人心 2021-01-21 05:12

I created a mySQL database on 000webhost and I wanted to connect it into my Java program but somehow driver aren\'t receiving sockets. Here is my code:

Class.for         


        
4条回答
  •  忘掉有多难
    2021-01-21 05:44

    Please make sure that mysql2.000webhost.com URL allows remote connection for the specified user or not. If it allows then there can be some problem with database driver jar file either its missing or not compatible with database version.

提交回复
热议问题