开发者

will netbeans or eclipse install mysql for me as a plugin?

will netbeans or eclipse install mysql for me as a plugin? (pr开发者_如何学Goeferrably netbeans)

(on a windows machine)


First, MySQL is not a plugin. It's a fully independent relational database server. You can just install it separately and integrate it in your IDE. Both Eclipse and Netbeans supports integration of external databases using a JDBC driver so that you can access it from within the IDE.

But, by coincidence, Netbeans has a bundled download with MySQL and Glassfish available (which is although somewhat outdated). Note that it is not necessary to download it if you already have Netbeans and/or don't need Glassfish. Just download MySQL separately from their own homepage.


i never felt that mysql-plugin for IDE was necessary (am using IntelliJ). the sql syntax is already quite universal, so in my view big tools aren't necessary in many cases (compared to other programming setup, e.g. Java-development).

i always use directly mysql CLI client. it gives you the power of the command line and also auto-completion.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜