View Single Post
  #5  
Old 09-17-2003, 01:55 PM
kanechart
Sarnak
 
Join Date: Sep 2003
Posts: 78
Default

Quote:
Originally Posted by ednecro
It sounds like mysql is pooched. You might try backing up your DB,
dump it and re-up with a fresh DB.
cd C:\Mysql\bin
mysqldump eq > OldDatabaseBackup.sql
(or substitute whatever you called your db)
Copy "yourdb.sql" to your C:\Mysql\bin directory.

Go to C:\Mysql\bin and open mysql.exe. Type:

drop database eq;
create database eq;
use eq;
source yourdb.sql

I should say somthing symbolic...
Run silent, run deep!!!
No effects for me when i droped and redid :(
__________________
Stop asking when the server will be out it be out when this says 100% and then maybe even a day or 2!
http://www.eqemulator.net/status.php
Reply With Quote