MySql
Once you successfully installed the Wamp Server.This package contains the MySql server and awesome PhpMyAdmin package.
This can be used by the following steps.
STEP 1:
start the Wamp server By using the menu.or frome the shortcut.The tray icon will be shown once you successfully started the wampserver or Xampp.The speedometer icon should be in its maximum position.Otherwise there may be some problem in the running of wampserver.If such problem exists move the mouse over the tray icon and find the problem.It may be mostly the port problems.Try to clear the using port and restart the wampserver.
STEP 2:
Once You started the wampserver Click on it and select the PhpMyadmin from the menu. A web page will appear in your default browser.
That will be in the address http://localhost/phpmyadmin/
STEP 3:
By using this page you can create a database in Mysql without writing any piece of code or any Confusing queries.Type the Database name in the textbox and select the type of the Database.It is collation by Default.Then click on Create button.It will direct you to next page on successful creation of the database with your given name.
Give the name of the database table and give the "Number of Fields".
Then click on "Go".
STEP 3:
Give the table details (i.e)Schema definition by entering the attributes and click on "Save".
Thats all the table will be created.
If you want to add any new attribute in that tabel just edit the table.By clicking the icon which shows like Pencil.
You can get the SQL code for using it in your applications from the sql link given in the success page.