Re: Physical database file
Posted by: Peter Brawley
Date: January 11, 2014 01:26PM

No need for an apology, I moved it as a convenience since your problem seemed Java-related. But now you're asking non-Java questions.

Your .mwb file contains a MySQL WorkBench model of your database, not the database itself.

Use Workbench to turn it into a database, open the model in Workbench and create the DB. I think WorkBench makes it pretty easy to do that.

Once you thus create the DB, it will show up when you execute the cmd ...

show databases;

and it will show up as a folder under "C:\ProgramData\MySQL\MySQL Server 5.6\data\".

Then let's see if NetBeans can find it.

Options: ReplyQuote


Subject
Written By
Posted
January 10, 2014 09:27PM
January 10, 2014 11:57PM
January 11, 2014 03:24AM
Re: Physical database file
January 11, 2014 01:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.