Jump to content

Drop Database


cpugeek

Recommended Posts

DROP DATABASE dbname

However, bear in mind that to run this query you have to have SQL database creation priviledges which very few servers offer. Also, you cannot be connected to a database you are trying to delete.

Link to comment
Share on other sites

Thx.i found that yesterday after searching a little.but it didn't work, because it said DROP DATABASE was not allowed.is there a way i could give myself the permissions?the mysql is just my localhost that i use for development

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...