How to connect to a remote MySQL database with Java?

后端 未结 8 1457
暗喜
暗喜 2020-12-02 11:16

I am trying to create a JSF application using the Eclipse IDE. I am using a remote mySQL server as my database. How do I connect to this remote database for creating tables

8条回答
  •  醉酒成梦
    2020-12-02 12:09

    Close all the connection which is open & connected to the server listen port, whatever it is from application or client side tool (navicat) or on running server (apache or weblogic). First close all connection then restart all tools MySQL,apache etc.

提交回复
热议问题