Thread
:
how do i delete mysql database?
View Single Post
#
4
03-26-2004, 09:54 AM
Derision
Developer
Join Date: Feb 2004
Location: UK
Posts: 1,540
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> ;
Derision
View Public Profile
Send a private message to Derision
Find all posts by Derision