2012-09-26 74 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對話框?

回答