Java 从netbeans创建MySQL数据库

Java 从netbeans创建MySQL数据库,java,mysql,netbeans-7,Java,Mysql,Netbeans 7,我正在学习关于使用hibernate()的netbeans教程。在创建数据库的部分下,步骤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选项。事

我正在学习关于使用hibernate()的netbeans教程。在创建数据库的
部分下,步骤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]
。虽然它列出了我现有的数据库,但没有办法执行教程要求的步骤2到步骤4。我正在使用XAMPP for MySQL。我有Mac OS X Lion 10.8


例如,我如何进入一个
创建MySQL数据库
对话框?

我找到了另一个教程,承诺在Netbeans中帮助配置MySQL:。我想这就是我所寻求的答案