View Full Version : how do i delete mysql database?
Gonkers
03-26-2004, 03:41 AM
Well some how after I installed mw_052_053_alpha2. (before i did, i installed their latest..so im going to try to install old one first, then new one on top). Before I did this, I never crashed zoning into any newbie zones, now on char select, no matter what city...I crash.
does anyone know the code to delete a mysql database?
Jezebell
03-26-2004, 07:01 AM
Browse to C:\mysql\data and delete the folder of the database whatever you named it.
NarutoLegacy
03-26-2004, 09:52 AM
Make sure MySQL is off though otherwise it will not let you delete it.
Derision
03-26-2004, 09:54 AM
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> ;
Jezebell
03-26-2004, 10:21 AM
ahh, yeah, that would of course work too :P
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.