
Originally Posted by
daverick
explain plz.. ><
how do i do that? and what do you meen logonserver db? Oo
The characters table in our logonserver database, you can have one database for your characters and accounts and another database for everything else, had this error, "Table 'characters' was marked as crashed and should be repaired". You can fix this by using this SQL query code,
Code:
REPAIR TABLE logonserver.characters;
Replace logonserver with which database and characters with which table is needs to be fixed.
That's how I managed to fix DarkJade's server.