【问题标题】:create MySQL DB from netbeans从 netbeans 创建 MySQL 数据库
【发布时间】:2012-09-26 19:36:10
【问题描述】:

我正在关注有关使用休眠 (http://netbeans.org/kb/docs/web/hibernate-webapp.html) 的 netbeans 教程。在 Creating the Database 部分下,第 2 步说:

After installing the plugin, start the MySQL database by expanding
the Databases node in the Services window, right-clicking the
MySQL Server node and choosing Start.

但是在我的 Netbeans 7.2 中没有这样的 start 选项。实际上MySQL数据库实际上是jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=convertToNull [myname on Default schema]。虽然它列出了我现有的数据库,但无法执行本教程所需的步骤 2 到 4。我正在为 MySQL 使用 XAMPP。我有 Mac OS X Lion 10.8。

例如,我什至如何进入Create MySQL database 对话框?

【问题讨论】:

    标签: java mysql netbeans-7


    【解决方案1】:

    我发现了另一个教程,它承诺帮助在 Netbeans 中配置 MySQL:http://netbeans.org/kb/docs/ide/mysql.html。我认为它有我寻求的答案。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-05-27
      • 2010-10-17
      • 2012-05-15
      • 1970-01-01
      • 2018-03-02
      • 1970-01-01
      相关资源
      最近更新 更多