Manivel
Sharing my technical knowledge
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment