Thread: Empty a DB?
View Single Post
Old 03-02-2008, 11:26 PM   #8 (permalink)
obolus
The Acquainted
 
obolus's Avatar
 
Join Date: Oct 2007
Location: florida
Posts: 110
Thanks: 36
obolus is on a distinguished road
Default

aye, sorry for the confusion, sock. I'm pretty sure I dont have the perms to be able to drop/delete an entire database.

Alan- that answers my question to a degree, but- the problem, and my fault for not bringing this up in my original post, is that I don't know all of the table names/prefixes in the db.

So, is it possible to drop all tables in the DB with something along the lines of this:

Quote:
DROP * FROM dbname
or

Quote:
DROP TABLE * FROM dbname
..?

Thanks for help so far!
obolus is offline  
Reply With Quote