2012-09-26 118 views
0

我正在关注使用休眠(http://netbeans.org/kb/docs/web/hibernate-webapp.html)的NetBeans教程。根据第Creating the Database,第2步说:从netbeans创建MySQL DB

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。我正在使用XAMPP for MySQL。我有Mac OS X Lion 10.8。

例如,我怎样才能进入Create MySQL database对话框?

回答