Tuesday, 12 August 2014

Creating Database in MySQL using Wamp Server

Creating Database in MySQL using Wamp Server

1)Fisrt, go to


2)Click on Wamp Icon(Green Color)

3)Goto MySQL ->MySQLConsole


4)Click on MySQLConsole and then it will ask for password enter your mysql password


5)Type command create database databasename;

6)use this database by entering command use  databasename;

Done!........Enjoy

No comments:

Post a Comment