dude, ok.
what os are you running?
what mysql version? got the latest mysqlcc?
to do it with mysqlcc:
first, make sure MySql is up and running.
then, in mysqlcc,
click File -> New
this should open a "Register Server" window. type in anything for "Name". type in localhost for "Host Name". click "Test". if successful, click "Add".
Now under the left pane where it says "MySql Servers" you should see your server you just named. Double click your server and you should see a folder called "Databases" and two icons that say "Server Administration" and "User Administration".
now, in the toolbar you should see a button that has "SQL" on it. click that and it will open a new window. in that new window, click File -> Open and browse to the winestore.database file, select it, and click Open. (you'll probably have to change "Files of Type" to "All Files ." to be able to see the winestore.database file). now the text of that file should appear in your SQL window.
once it does, click the Exclamation Point. it'll take about 30-45 seconds to load all the data.
Go back to the Console Manager window, click the Refresh Button, and you should see the winestore database. double click it and you should see the tables under it.
Now, i just went through the whole process and it worked exactly as i told you, so if it doesn't work for you, then dude, i don't know how to help you.