Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I drop a database?

Status
Not open for further replies.

nemokoh2003

Programmer
Dec 10, 2003
1
SG
Hi,

I issued the command "drop database db_name" follow by the command "show databases" to list the databases,
but I still see the database that I have supposely dropped.

How exactly do I remove a database that I have created?

Pls advise.
 
before "drop" did you actually connect to the DB? then go
for drop....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top