【发布时间】: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