How to connect NetBeans to MySQL database?

前端 未结 6 1844
隐瞒了意图╮
隐瞒了意图╮ 2020-12-17 03:08

I have just installed NetBeans 7.0 and I am a newbie in NetBeans\' world. can any one tell me how to connect my application to MySQl / Postgres ? I work on Windows XP.

6条回答
  •  轮回少年
    2020-12-17 03:12

    If you meant you want to use IDE's GUI tool then

    • windows > services >database > driver
    • Get the driver jar
    • install the jar
    • right click on driver installed > connect using > and then provide the information

    Or otherwise use JDBC

提交回复
热议问题