PDA

View Full Version : How do I delete a char in MySQL?


Jezebell
03-09-2004, 04:22 AM
I have a char on my account that I can't delete in EQ cause it crashes world.exe, how can I delete that char from the database?


Jeze - 255 Overlord (GM-Impossible)

RexChaos
03-09-2004, 04:25 AM
I have a char on my account that I can't delete in EQ cause it crashes world.exe, how can I delete that char from the database?

Download the EQAdmin tool 5.2 from http://sourceforge.net/project/showfiles.php?group_id=41381

That should do it for you. Be sure that after you delete the character, you save the changes and then exit the EQAdmin tool. I had problems when I didn't exit the program. Could be just me, but I figured I'd let you know anyway. :)

Monrezz
03-09-2004, 05:28 AM
DELETE FROM 'account' WHERE name='Account_Name_You_Want_Deleted';

About 5 minutes quicker :)

RexChaos
03-09-2004, 06:01 AM
DELETE FROM 'account' WHERE name='Account_Name_You_Want_Deleted';

About 5 minutes quicker :)

Very true, but EQAdmin is a nice tool if you're going to be running a server. :) Nice to have everything laid out in front of you. Some peoples likes pictures. ;)