Currently I’m working on access database(.mdb) but I wanted to transfer to mysql database. Currently I’m working on windows 7 machine and installed mysql from http://www.mysql.com/downloads/installer/ .
I opened Mysql workbench and created a new EER MODAL ?? as shown in this screenshot
. But I still couldn’t figure out which one is the database and how to use it. Heres another screenshot of the table modal , and how to save the database to a location when I want.

PS: I’m totally new to mysql and I use access databases and I still don’t know if I’m in the right way. Please suggest me if not. thanks
Currently I’m working on access database(.mdb) but I wanted to transfer to mysql database.
Share
You have the MySQL server running on your local machine. To access it, you would connect to localhost:3306 (I think you have your port set to 3306 from the screenshot I see).
Your second screenshot is the database you are connected to in SQL workbench and what tables it contains. If you give some information on how you are going to be using the DB, I can give you some more information to point you in the right direction.