简体   繁体   English

netbeans或eclipse会为我为插件安装mysql吗?

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

will netbeans or eclipse install mysql for me as a plugin? netbeans或eclipse会为我为插件安装mysql吗? (preferrably netbeans) (最好是netbeans)

(on a windows machine) (在Windows计算机上)

First, MySQL is not a plugin. 首先,MySQL不是插件。 It's a fully independent relational database server. 这是一个完全独立的关系数据库服务器。 You can just install it separately and integrate it in your IDE. 您可以单独安装它并将其集成到IDE中。 Both Eclipse and Netbeans supports integration of external databases using a JDBC driver so that you can access it from within the IDE. Eclipse和Netbeans都支持使用JDBC驱动程序集成外部数据库,以便您可以在IDE中访问它。

But, by coincidence, Netbeans has a bundled download with MySQL and Glassfish available (which is although somewhat outdated). 但是,碰巧的是,Netbeans提供了捆绑的下载,其中包含MySQL和Glassfish (尽管有些过时)。 Note that it is not necessary to download it if you already have Netbeans and/or don't need Glassfish. 请注意,如果您已经有Netbeans和/或不需要Glassfish,则无需下载它。 Just download MySQL separately from their own homepage . 只需从自己的主页上单独下载MySQL。

i never felt that mysql-plugin for IDE was necessary (am using IntelliJ). 我从来没有觉得IDE的mysql-plugin是必要的(使用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, eg Java-development). sql语法已经非常普遍,因此在我看来,在很多情况下并不需要大型工具(与其他编程设置(例如Java开发)相比)。

i always use directly mysql CLI client. 我总是直接使用mysql CLI客户端。 it gives you the power of the command line and also auto-completion. 它为您提供了命令行的功能以及自动完成功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM