Wednesday 21 November 2012

Create database and Drop database


How to create database :

 Mysql login with root user



Create a database "foss" and Verify that it’s there



How to remove database:

                   mysql>  drop  database  foss;




                     mysql>  exit

     

No comments:

Post a Comment