In this tutorial we use the visual tool Navicat. So at first
you should download and install it. After your installation run this program.
Then at first you need to connect navicate with MySQL Server.
Click Connection menu>>MySQL
Fill up Connection Name. This can be any name. We use MySQL
here. Next step is input your MySQL Server
password. Then press Test Connection Button. If everything is ok then the next
screen will come.
Then Press OK button.
After click on the ok button the connection is created. You should check
the Save Password Check Box.
Now double click on your connection. For us – we should
click on MySQL which is marked as green.
Now we see that there are four MySQL default databases. To
create our new database we should right click on our connection>>New
Database
Now
fill up the database name. In this case our database name is MyFirstDatabase.
Then Press OK Button. Our database is created.
Now we want to create tables in our database. To Create Tables
Double click on our database >> Tables(right
click) >> New Table
In this picture you see that we create three columns. Now we
can save this. To understand details please view this video tutorial.




















