Connecting to a MySQL database

前端 未结 2 1285
一生所求
一生所求 2021-01-07 04:17

How do I connect from Java to a MySQL database? The Java is running on a local machine while the Database is on a remote server.

2条回答
  •  孤城傲影
    2021-01-07 04:38

    JDBC, of course. Get the mysql connector-j jar, put it in your classpath, and read the docs.

提交回复
热议问题