Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下载:
从这一点来看,我不知道如何直接从 eclipse 创建一个 mySQL 数据库。我找到了使用 WAMP 服务器的方法,但是我不打算这样做。 我相信第一步在于以某种方式使用 eclipse/java 配置 mySQL,但此时我有点迷茫,我不知道如何继续。 注意:鉴于我是 CS 领域的初学者,我的问题可能缺少必要的细节,因此如果您有这种感觉,请告诉我,我将编辑我的问题并提供更多细节。 谢谢你。
如果需要更多帮助,这里有一张非常清晰且一步一步的图片:
http://books.zkoss.org/wiki/Setup_MySQL_DB_in_Eclipse
试试这个 Eclipse 插件。适用于所有 oracle/mysql/postgre。数据库操作/查询不需要像 SQLyog 这样的外部 ide...</p>
单击此处获取 Toad Plugin for eclipse
看看以下链接:
http://forums.mysql.com/read.php?39,91363,91363
http://obscuredclarity.blogspot.com/2009/08/setup-mysql-development-in-eclipse.html
http://www.classes.cs.uchicago.edu/archive/2006/spring/10200-1/mysql/JDBC.pdf
从这里开始: 如何在 Eclipse 中使用 MySql 数据库(特别是这个答案)