[DiscordArchive] ```txt
[DiscordArchive] ```txt
Archived author: Lushen • Posted: 2020-10-18T01:54:13.251000+00:00
Original source
```txt
2020-10-18 02:58:47 Opening DatabasePool 'world'. Asynchronous connections: 1, synchronous connections: 1.
2020-10-18 02:58:47 MySQL client library: 5.7.31
2020-10-18 02:58:47 MySQL server ver: 5.7.31-log
2020-10-18 02:58:47 [ERROR]: In mysql_stmt_prepare() id: 8, sql: "INSERT INTO graveyard_zone (ID, GhostZone, Faction) VALUES (?, ?, ?)"
2020-10-18 02:58:47 [ERROR]: Table 'world.graveyard_zone' doesn't exist
2020-10-18 02:58:47 [ERROR]: In mysql_stmt_prepare() id: 9, sql: "DELETE FROM graveyard_zone WHERE ID = ? AND GhostZone = ? AND Faction = ?"
2020-10-18 02:58:47 [ERROR]: Table 'world.graveyard_zone' doesn't exist
2020-10-18 02:58:47 [ERROR]: In mysql_stmt_prepare() id: 19, sql: "UPDATE creature SET wander_distance = ?, MovementType = ? WHERE guid = ?"
2020-10-18 02:58:47 [ERROR]: Unknown column 'wander_distance' in 'field list'
2020-10-18 02:58:47 [ERROR]: In mysql_stmt_prepare() id: 61, sql: "INSERT INTO creature (guid, id , map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, wander_distance, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
2020-10-18 02:58:47 [ERROR]: Unknown column 'wander_distance' in 'field list'
```
Im getting this Error, when I try to Startup my Worldserver.exe, inside my "SQLDriver.log". I implemented the newest Database. What could be the Problem?