I dunno, i use Mangos actually.
I got another error, with MySQL. I just PHPMyAdmin. and it gives these errors:
Code:
2007-09-16 21:04:20 SQL: UPDATE `character` SET `online` = 0
2007-09-16 21:04:20 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-16 21:04:20 SQL: UPDATE `account`,`realmcharacters` SET `account`.`online` = 0 WHERE `account`.`online` > 0 AND `account`.`id` = `realmcharacters`.`acctid` AND `realmcharacters`.`realmid` = '1'
2007-09-16 21:04:20 SQL ERROR: Table 'realmd.account' doesn't exist
2007-09-16 21:09:44 SQL: UPDATE `character` SET `online` = 0
2007-09-16 21:09:44 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 19:23:49 SQL: UPDATE `character` SET `online` = 0
2007-09-17 19:23:49 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 19:29:53 SQL: UPDATE `character` SET `online` = 0
2007-09-17 19:29:53 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:32:30 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:32:30 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:34:56 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:34:56 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:35:16 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:35:16 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:36:08 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:36:08 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:44:21 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:44:21 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:45:33 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:45:33 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:46:20 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:46:20 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:48:09 SQL: UPDATE `character` SET `online` = 0
2007-09-17 20:48:09 SQL ERROR: Table 'mangos.character' doesn't exist
2007-09-17 20:48:09 SQL: DELETE FROM `corpse` WHERE `bones_flag` = '1'
2007-09-17 20:48:09 SQL ERROR: Table 'mangos.corpse' doesn't exist
2007-09-17 20:48:11 SQL: SELECT DISTINCT(`instance`) FROM `creature_respawn` WHERE `instance` <> 0
2007-09-17 20:48:11 query ERROR: Table 'mangos.creature_respawn' doesn't exist
2007-09-17 20:48:11 SQL: SELECT DISTINCT(`instance`) FROM `gameobject_respawn` WHERE `instance` <> 0
2007-09-17 20:48:11 query ERROR: Table 'mangos.gameobject_respawn' doesn't exist
2007-09-17 20:48:11 SQL: SELECT DISTINCT(`instance`) FROM `character_instance`
2007-09-17 20:48:11 query ERROR: Table 'mangos.character_instance' doesn't exist
2007-09-17 20:48:11 SQL: SELECT `id` FROM `instance`
2007-09-17 20:48:11 query ERROR: Table 'mangos.instance' doesn't exist
2007-09-17 20:48:11 SQL: SELECT DISTINCT(`instance`.`id`) AS `id` FROM `instance` LEFT JOIN `character_instance` ON (`character_instance`.`instance` = `instance`.`id`) WHERE (`instance`.`id` = `character_instance`.`instance`) AND (`instance`.`resettime` > 1190054891)
2007-09-17 20:48:11 query ERROR: Table 'mangos.instance' doesn't exist
2007-09-17 20:48:11 SQL: SELECT DISTINCT(`instance`) FROM `character_instance` WHERE `instance` <> 0
2007-09-17 20:48:11 query ERROR: Table 'mangos.character_instance' doesn't exist
2007-09-17 20:48:11 SQL: SELECT MAX(`entry`) FROM `gameobject_template`
2007-09-17 20:48:11 query ERROR: Table 'mangos.gameobject_template' doesn't exist
I don't have those tables, actually...