View Single Post
  #4  
Old 03-26-2004, 09:54 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Jezebell
Browse to C:\mysql\data and delete the folder of the database whatever you named it.
The proper method is to 'drop' it, e.g. launch a command prompt:

mysql -u root

drop database <your db> ;