Thread: Database issue.
View Single Post
  #3  
Old 08-06-2007, 03:19 PM
Zengez
Hill Giant
 
Join Date: Nov 2004
Posts: 160
Default

Make sure to drop the database before you resource it. I think for mysql it's just 'drop (database name);' so...

drop PEQ;

And that should eliminate the entire database, at which point you can source in the new systems files from the CVS.
Reply With Quote