View Single Post
  #2  
Old 01-11-2010, 08:26 PM
Vampire1212
Sarnak
 
Join Date: May 2009
Location: MI
Posts: 58
Default

Use this following MYSQL code

Code:
drop database YOURDBNAME;
That will drop the entire database allowing you to source.
Reply With Quote