EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   how do i delete mysql database? (https://www.eqemulator.org/forums/showthread.php?t=12673)

Gonkers 03-26-2004 03:41 AM

how do i delete mysql database?
 
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

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> ;

Jezebell 03-26-2004 10:21 AM

ahh, yeah, that would of course work too :P


All times are GMT -4. The time now is 01:52 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.