Make a database using MySQL Workbench

You can download MySQL Workbench from this link

MySQL Workbench

After installing this , in the left side you can see all the schemes on your computer.

You can right click on schemes and select Create schema..

I made schema named blog.

Drop down the blog schema and Tables there.


By right clicking Tables choose create Table..


Enter column names and data type 
After entering data press "Apply"

It will make  SQL query and asking from you for a any errors there..

By clicking apply your database will create.





No comments:

Post a Comment