Jump to content
TrinityCore

"unknown column" "missing table" "duplicate column" error / sql problems / SQLDriverLogFile < answer on 1st post of 1st page


Apple
 Share

Recommended Posts

I went to re-build my world database using the file that was pulled this morning in sql > base > world_database.sql and I keep getting errors when trying to import. I looked at the error log, and was seeing where it was trying to do work on the characters_database.

Is this correct, or am I just missing something?

Link to comment
Share on other sites

world_database.sql is only the structure. That SQL script has no data.

If you want to have a World DB full filled, download the full TDB load it and then load all updates from the update folder.

So the world_database.sql set the structures for characters_database as well?

Link to comment
Share on other sites

Well, I used SQLyog, selected my world table, then tried importing world_database.sql and then it pops up with an error saying it can't do it. when I look at the error log it shows me:

Query:

ALTER TABLE character_db_version CHANGE COLUMN required_10503_02_characters_gameobject_respawn required_10568_01_characters_character_tutorial bit

Error occured at:2011-04-19 21:04:57

Line no.:1

Error Code: 1054 - Unknown column 'required_10503_02_characters_gameobject_respawn' in 'character_db_version'

Query:

ALTER TABLE character_db_version CHANGE COLUMN required_10254_01_characters_auctionhouse required_10312_01_characters_character_aura bit

Not going to put the whole log in here, but all the errors are concerning characters_database.

Link to comment
Share on other sites

Dude, you are trying to import some mangos SQL file. They use the required field and specify the *supposed* last SQL fle that you imported.

The other possibility is that was the last thing you imported and you are seeing an old error. The world_database.sql file WILL generate an error (look at the top of the file -- it has +++ REMOVE THIS blah blah +++. MySQL chokes on the +++). We did that on purpose to keep people from doing what you are trying to do and wiping out their database.

-- Brian

Link to comment
Share on other sites

I Have Just Compiled My Server With No Errors and When I Try To Launch Worldserver.exe it crashes anyone know why I Fixed the worldserver.config file

///Using configuration file worldserver.conf.

TrinityCore Hash: Archive (Win32, Release (little-endian)) (worldserver-daemon)

<Ctrl-C> to stop.

______ __

/\__ _\ __ __/\ \__

\/_/\ \/ _ __ /\_\ ___ /\_\ \ ,_\ __ __

\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \

\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \

\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \

\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \

C O R E /\___/

http://TrinityCore.org \/__/

Opening databasepool 'world'. Async threads: 1, synch threads: 1

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of p

repared statements.

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of p

repared statements.

Databasepool opened succesfuly. 2 total connections running.

Opening databasepool 'characters'. Async threads: 1, synch threads: 2

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of p

repared statements.

[ERROR]: In mysql_stmt_prepare() id: 26, sql: "SELECT mapId, zoneId, posX, posY,

posZ FROM character_homebind WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 30, sql: "SELECT arenaTeamId, weekGames, se

asonGames, seasonWins, personalRating FROM arena_team_member WHERE guid = ?"

[ERROR]: Unknown column 'weekGames' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 34, sql: "SELECT instanceId, team, joinX, j

oinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell FROM character_bat

tleground_data WHERE guid = ?"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 137, sql: "INSERT INTO channels(name, team,

lastUsed) VALUES (?, ?, UNIX_TIMESTAMP())"

[ERROR]: Unknown column 'name' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 138, sql: "UPDATE channels SET announce = ?

, ownership = ?, password = ?, bannedList = ?, lastUsed = UNIX_TIMESTAMP() WHERE

name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 139, sql: "UPDATE channels SET lastUsed = U

NIX_TIMESTAMP() WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 140, sql: "UPDATE channels SET ownership =

? WHERE name LIKE ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 141, sql: "DELETE FROM channels WHERE owner

ship = 1 AND lastUsed + ? < UNIX_TIMESTAMP()"

[ERROR]: Unknown column 'ownership' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 148, sql: "REPLACE INTO account_data(accoun

tId, type, time, data) VALUES (?, ?, ?, ?)"

[ERROR]: Unknown column 'accountId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 149, sql: "DELETE FROM account_data WHERE a

ccountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 155, sql: "INSERT INTO account_tutorial(tut

0, tut1, tut2, tut3, tut4, tut5, tut6, tut7, accountId) VALUES (?, ?, ?, ?, ?, ?

, ?, ?, ?)"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 156, sql: "UPDATE account_tutorial SET tut0

= ?, tut1 = ?, tut2 = ?, tut3 = ?, tut4 = ?, tut5 = ?, tut6 = ?, tut7 = ? WHERE

accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 157, sql: "DELETE FROM account_tutorial WHE

RE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 158, sql: "INSERT INTO instance (id, map, r

esettime, difficulty, completedEncounters, data) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 159, sql: "UPDATE instance SET completedEnc

ounters=?, data=? WHERE id=?"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 160, sql: "DELETE FROM game_event_save WHER

E eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 161, sql: "INSERT INTO game_event_save (eve

ntEntry, state, next_start) VALUES (?, ? , ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 162, sql: "DELETE FROM game_event_condition

_save WHERE eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 163, sql: "DELETE FROM game_event_condition

_save WHERE eventEntry = ? AND condition_id = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 164, sql: "INSERT INTO game_event_condition

_save (eventEntry, condition_id, done) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 165, sql: "INSERT INTO arena_team (arenaTea

mId, name, captainGuid, type, rating, backgroundColor, emblemStyle, emblemColor,

borderStyle, borderColor) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 171, sql: "UPDATE arena_team SET rating = ?

, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ?, rank = ? WHERE a

renaTeamId = ?"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 172, sql: "UPDATE arena_team_member SET per

sonalRating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ? WH

ERE arenaTeamId = ? AND guid = ?"

[ERROR]: Unknown column 'personalRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 173, sql: "REPLACE INTO character_arena_sta

ts (guid, slot, matchMakerRating) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 177, sql: "INSERT INTO character_battlegrou

nd_data (guid, instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStar

t, taxiEnd, mountSpell) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 180, sql: "INSERT INTO character_homebind (

guid, mapId, zoneId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 181, sql: "UPDATE character_homebind SET ma

pId = ?, zoneId = ?, posX = ?, posY = ?, posZ = ? WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 184, sql: "INSERT INTO corpse (corpseGuid,

guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2

, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?,

?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'corpseGuid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 185, sql: "DELETE FROM corpse WHERE corpseG

uid = ?"

[ERROR]: Unknown column 'corpseGuid' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 186, sql: "DELETE FROM corpse WHERE guid =

? AND corpseType <> 0"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 187, sql: "DELETE FROM corpse WHERE corpseT

ype = 0 OR time < (UNIX_TIMESTAMP(NOW()) - ?)"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 190, sql: "REPLACE INTO creature_respawn (g

uid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 191, sql: "DELETE FROM creature_respawn WHE

RE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 193, sql: "DELETE FROM creature_respawn WHE

RE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 197, sql: "REPLACE INTO gameobject_respawn

(guid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 198, sql: "DELETE FROM gameobject_respawn W

HERE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 199, sql: "DELETE FROM gameobject_respawn W

HERE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 203, sql: "REPLACE INTO gm_tickets (ticketI

d, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, c

losedBy, assignedTo, comment, completed, escalated, viewed) VALUES (?, ?, ?, ?,

?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'ticketId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 204, sql: "DELETE FROM gm_tickets WHERE tic

ketId = ?"

[ERROR]: Unknown column 'ticketId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 206, sql: "INSERT INTO gm_surveys (guid, su

rveyId, mainSurvey, overallComment, createTime) VALUES (?, ?, ?, ?, UNIX_TIMESTA

MP(NOW()))"

[ERROR]: Unknown column 'guid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 208, sql: "INSERT INTO lag_reports (guid, l

agType, mapId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'guid' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of p

repared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM char

acter_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, pass

word, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM acc

ount_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 153, sql: "SELECT tut0, tut1, tut2, tut3, t

ut4, tut5, tut6, tut7 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 154, sql: "SELECT 1 FROM account_tutorial W

HERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_da

ta SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orienta

tion, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, tim

e, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseT

ype <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0

WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instan

ceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanc

eId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHE

RE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instan

ceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn W

HERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, mes

sage, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedT

o, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of p

repared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM char

acter_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, pass

word, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM acc

ount_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 153, sql: "SELECT tut0, tut1, tut2, tut3, t

ut4, tut5, tut6, tut7 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 154, sql: "SELECT 1 FROM account_tutorial W

HERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_da

ta SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orienta

tion, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, tim

e, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseT

ype <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0

WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instan

ceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanc

eId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHE

RE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instan

ceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn W

HERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, mes

sage, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedT

o, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

Databasepool opened succesfuly. 3 total connections running.

Cannot connect to Character database 127.0.0.1;3306;root;*******;characters

~DatabaseWorkerPool for ''.

~DatabaseWorkerPool for 'characters'.

~DatabaseWorkerPool for 'world'.\\\

Link to comment
Share on other sites

TrinityCore Hash: Archive (Win32, Release (little-endian)) (worldserver-daemon)

First, check your dependicies, git is not correctly installed

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

Again, check your dependencies.

[ERROR]: In mysql_stmt_prepare() id: 26, sql: "SELECT mapId, zoneId, posX, posY, posZ FROM character_homebind WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 30, sql: "SELECT arenaTeamId, weekGames, seasonGames, seasonWins, personalRating FROM arena_team_member WHERE guid = ?"

[ERROR]: Unknown column 'weekGames' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 34, sql: "SELECT instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell FROM character_battleground_data WHERE guid = ?"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 137, sql: "INSERT INTO channels(name, team, lastUsed) VALUES (?, ?, UNIX_TIMESTAMP())"

[ERROR]: Unknown column 'name' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 138, sql: "UPDATE channels SET announce = ?, ownership = ?, password = ?, bannedList = ?, lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 139, sql: "UPDATE channels SET lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 140, sql: "UPDATE channels SET ownership =? WHERE name LIKE ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 141, sql: "DELETE FROM channels WHERE ownership = 1 AND lastUsed + ? < UNIX_TIMESTAMP()"

[ERROR]: Unknown column 'ownership' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 148, sql: "REPLACE INTO account_data(accountId, type, time, data) VALUES (?, ?, ?, ?)"

[ERROR]: Unknown column 'accountId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 149, sql: "DELETE FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 155, sql: "INSERT INTO account_tutorial(tut0, tut1, tut2, tut3, tut4, tut5, tut6, tut7, accountId) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 156, sql: "UPDATE account_tutorial SET tut0 = ?, tut1 = ?, tut2 = ?, tut3 = ?, tut4 = ?, tut5 = ?, tut6 = ?, tut7 = ? WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 157, sql: "DELETE FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 158, sql: "INSERT INTO instance (id, map, resettime, difficulty, completedEncounters, data) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 159, sql: "UPDATE instance SET completedEncounters=?, data=? WHERE id=?"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 160, sql: "DELETE FROM game_event_save WHERE eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 161, sql: "INSERT INTO game_event_save (eventEntry, state, next_start) VALUES (?, ? , ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 162, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 163, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ? AND condition_id = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 164, sql: "INSERT INTO game_event_condition_save (eventEntry, condition_id, done) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 165, sql: "INSERT INTO arena_team (arenaTeamId, name, captainGuid, type, rating, backgroundColor, emblemStyle, emblemColor, borderStyle, borderColor) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 171, sql: "UPDATE arena_team SET rating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ?, rank = ? WHERE arenaTeamId = ?"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 172, sql: "UPDATE arena_team_member SET personalRating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ? WHERE arenaTeamId = ? AND guid = ?"

[ERROR]: Unknown column 'personalRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 173, sql: "REPLACE INTO character_arena_stats (guid, slot, matchMakerRating) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 177, sql: "INSERT INTO character_battleground_data (guid, instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 180, sql: "INSERT INTO character_homebind (guid, mapId, zoneId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 181, sql: "UPDATE character_homebind SET mapId = ?, zoneId = ?, posX = ?, posY = ?, posZ = ? WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 184, sql: "INSERT INTO corpse (corpseGuid,guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'corpseGuid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 185, sql: "DELETE FROM corpse WHERE corpseGuid = ?"

[ERROR]: Unknown column 'corpseGuid' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 186, sql: "DELETE FROM corpse WHERE guid =? AND corpseType <> 0"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 187, sql: "DELETE FROM corpse WHERE corpseType = 0 OR time < (UNIX_TIMESTAMP(NOW()) - ?)"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 190, sql: "REPLACE INTO creature_respawn (guid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 191, sql: "DELETE FROM creature_respawn WHERE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 193, sql: "DELETE FROM creature_respawn WHERE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 197, sql: "REPLACE INTO gameobject_respawn(guid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 198, sql: "DELETE FROM gameobject_respawn WHERE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 199, sql: "DELETE FROM gameobject_respawn WHERE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 203, sql: "REPLACE INTO gm_tickets (ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed) VALUES (?, ?, ?, ?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'ticketId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 204, sql: "DELETE FROM gm_tickets WHERE ticketId = ?"

[ERROR]: Unknown column 'ticketId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 206, sql: "INSERT INTO gm_surveys (guid, surveyId, mainSurvey, overallComment, createTime) VALUES (?, ?, ?, ?, UNIX_TIMESTAMP(NOW()))"

[ERROR]: Unknown column 'guid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 208, sql: "INSERT INTO lag_reports (guid, lagType, mapId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'guid' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM character_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, password, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 153, sql: "SELECT tut0, tut1, tut2, tut3, tut4, tut5, tut6, tut7 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 154, sql: "SELECT 1 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_data SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseType <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0 WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instanceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanceId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instanceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.8

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM character_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, password, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 153, sql: "SELECT tut0, tut1, tut2, tut3, tut4, tut5, tut6, tut7 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 154, sql: "SELECT 1 FROM account_tutorial WHERE accountId = ?"

[ERROR]: Table 'characters.account_tutorial' doesn't exist

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_data SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseType <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0 WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instanceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanceId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instanceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

Databasepool opened succesfuly. 3 total connections running.

Cannot connect to Character database 127.0.0.1;3306;root;*******;characters

~DatabaseWorkerPool for ''.

~DatabaseWorkerPool for 'characters'.

~DatabaseWorkerPool for 'world'.\\\

Update your Databases.

Link to comment
Share on other sites

Hello, I just compiled a fresh Trinity core rev and latest TDB and on start up I got 1000's of creature_equip_template errors, it said the equips are missing in the tables. Any idea what is causing this? My friend just compiled a core as well and confirmed same errors. Also there is a lot of wrong spell defined in 'auras' field in 'creature_addon'.

Link to comment
Share on other sites

update the db. There is an update that changes all tables..it will take like 5-15 mins or so.

name of update 2011_04_28_01_world_creature_equip_template.sql

I applied creature_equip_template update 2011_04_28_01 and I got an error unknown column 'equipentry1' in creature_equip_template, a lot of these updates aren't going through and they're just crashing my DB manager, can someone tell me why there are so many problems with the latest rev and DB?

Link to comment
Share on other sites

Here's Revision 40 - FULL TDB (always choose the most recent one): https://github.com/T...yCore/downloads

I'd recommend bookmarking this link and checking on it monthly.

Thanks for clarifying what they meant by DB40, I usually just pay attention to the dates, as that's all that matters. I was using the one from April. This one from from May fixed all the errors, thanks guys.

Link to comment
Share on other sites

  • 4 weeks later...

Greetings TrinityCore.

Got an issue with Worldserver.exe

It's the latest revision from trinity github. ( downloaded, and compiled today (like everyday))

So as the World DB (downloaded, and apply every SQL update today(like everyday))

Using configuration file worldserver.conf.

TrinityCore Hash: Archive (Win32, Release (little-endian)) (worldserver-daemon)

<Ctrl-C> to stop.

______ __

/\__ _\ __ __/\ \__

\/_/\ \/ _ __ /\_\ ___ /\_\ \ ,_\ __ __

\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \

\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \

\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \

\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \

C O R E /\___/

http://TrinityCore.org \/__/

Opening databasepool 'world2'. Async threads: 1, synch threads: 1

MySQL client library: 5.5.9

MySQL server ver: 5.5.11

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

MySQL client library: 5.5.9

MySQL server ver: 5.5.11

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

Databasepool opened succesfuly. 2 total connections running.

Opening databasepool 'chartest'. Async threads: 1, synch threads: 2

MySQL client library: 5.5.9

MySQL server ver: 5.5.12

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

[ERROR]: In mysql_stmt_prepare() id: 26, sql: "SELECT mapId, zoneId, posX, posY, posZ FROM character_homebind WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 30, sql: "SELECT arenaTeamId, weekGames, seasonGames, seasonWins, personalRating FROM arena_team_member WHERE guid = ?"

[ERROR]: Unknown column 'weekGames' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 34, sql: "SELECT instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell FROM character_battleground_data WHERE guid = ?"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 137, sql: "INSERT INTO channels(name, team, lastUsed) VALUES (?, ?, UNIX_TIMESTAMP())"

[ERROR]: Unknown column 'name' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 138, sql: "UPDATE channels SET announce = ?, ownership = ?, password = ?, bannedList = ?, lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 139, sql: "UPDATE channels SET lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 140, sql: "UPDATE channels SET ownership = ? WHERE name LIKE ?"

[ERROR]: Unknown column 'name' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 141, sql: "DELETE FROM channels WHERE ownership = 1 AND lastUsed + ? < UNIX_TIMESTAMP()"

[ERROR]: Unknown column 'ownership' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 148, sql: "REPLACE INTO account_data(accountId, type, time, data) VALUES (?, ?, ?, ?)"

[ERROR]: Unknown column 'accountId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 149, sql: "DELETE FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 158, sql: "INSERT INTO instance (id, map, resettime, difficulty, completedEncounters, data) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 159, sql: "UPDATE instance SET completedEncounters=?, data=? WHERE id=?"

[ERROR]: Unknown column 'completedEncounters' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 160, sql: "DELETE FROM game_event_save WHERE eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 161, sql: "INSERT INTO game_event_save (eventEntry, state, next_start) VALUES (?, ? , ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 162, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 163, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ? AND condition_id = ?"

[ERROR]: Unknown column 'eventEntry' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 164, sql: "INSERT INTO game_event_condition_save (eventEntry, condition_id, done) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'eventEntry' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 165, sql: "INSERT INTO arena_team (arenaTeamId, name, captainGuid, type, rating, backgroundColor, emblemStyle, emblemColor, borderStyle, borderColor) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 171, sql: "UPDATE arena_team SET rating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ?, rank = ? WHERE arenaTeamId = ?"

[ERROR]: Unknown column 'rating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 172, sql: "UPDATE arena_team_member SET personalRating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ? WHERE arenaTeamId = ? AND guid = ?"

[ERROR]: Unknown column 'personalRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 173, sql: "REPLACE INTO character_arena_stats (guid, slot, matchMakerRating) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 177, sql: "INSERT INTO character_battleground_data (guid, instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 180, sql: "INSERT INTO character_homebind (guid, mapId, zoneId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 181, sql: "UPDATE character_homebind SET mapId = ?, zoneId = ?, posX = ?, posY = ?, posZ = ? WHERE guid = ?"

[ERROR]: Unknown column 'mapId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 184, sql: "INSERT INTO corpse (corpseGuid, guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'corpseGuid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 185, sql: "DELETE FROM corpse WHERE corpseGuid = ?"

[ERROR]: Unknown column 'corpseGuid' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 186, sql: "DELETE FROM corpse WHERE guid = ? AND corpseType <> 0"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 187, sql: "DELETE FROM corpse WHERE corpseType = 0 OR time < (UNIX_TIMESTAMP(NOW()) - ?)"

[ERROR]: Unknown column 'corpseType' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 190, sql: "REPLACE INTO creature_respawn (guid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 191, sql: "DELETE FROM creature_respawn WHERE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 193, sql: "DELETE FROM creature_respawn WHERE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 197, sql: "REPLACE INTO gameobject_respawn (guid, respawnTime, instanceId) VALUES (?, ?, ?)"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 198, sql: "DELETE FROM gameobject_respawn WHERE guid = ? AND instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 199, sql: "DELETE FROM gameobject_respawn WHERE instanceId = ?"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 203, sql: "REPLACE INTO gm_tickets (ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'ticketId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 204, sql: "DELETE FROM gm_tickets WHERE ticketId = ?"

[ERROR]: Unknown column 'ticketId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 206, sql: "INSERT INTO gm_surveys (guid, surveyId, mainSurvey, overallComment, createTime) VALUES (?, ?, ?, ?, UNIX_TIMESTAMP(NOW()))"

[ERROR]: Unknown column 'guid' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 208, sql: "INSERT INTO lag_reports (guid, lagType, mapId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"

[ERROR]: Unknown column 'guid' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.12

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM character_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, password, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_data SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseType <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0 WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instanceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanceId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instanceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

MySQL client library: 5.5.9

MySQL server ver: 5.5.12

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

[ERROR]: In mysql_stmt_prepare() id: 73, sql: "SELECT matchMakerRating FROM character_arena_stats WHERE guid = ? AND slot = ?"

[ERROR]: Unknown column 'matchMakerRating' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 136, sql: "SELECT announce, ownership, password, bannedList FROM channels WHERE name = ? AND team = ?"

[ERROR]: Unknown column 'announce' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 147, sql: "SELECT type, time, data FROM account_data WHERE accountId = ?"

[ERROR]: Unknown column 'accountId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 179, sql: "UPDATE character_battleground_data SET instanceId = 0"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 183, sql: "SELECT posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask, corpseGuid, guid FROM corpse WHERE corpseType <> 0"

[ERROR]: Unknown column 'posX' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 188, sql: "UPDATE corpse SET instanceId = 0 WHERE instanceId > 0 AND instanceId NOT IN (SELECT id FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 189, sql: "SELECT guid, respawnTime, instanceId FROM creature_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 194, sql: "SELECT MAX(respawnTime), instanceId FROM creature_respawn WHERE instanceId > 0 GROUP BY instanceId"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 195, sql: "DELETE FROM creature_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 196, sql: "SELECT guid, respawnTime, instanceId FROM gameobject_respawn"

[ERROR]: Unknown column 'instanceId' in 'field list'

[ERROR]: In mysql_stmt_prepare() id: 201, sql: "DELETE FROM gameobject_respawn WHERE instanceId > 0 AND instanceId NOT IN (SELECT instanceId FROM instance)"

[ERROR]: Unknown column 'instanceId' in 'where clause'

[ERROR]: In mysql_stmt_prepare() id: 202, sql: "SELECT ticketId, guid, name, message, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, completed, escalated, viewed FROM gm_tickets"

[ERROR]: Unknown column 'ticketId' in 'field list'

Databasepool opened succesfuly. 3 total connections running.

~DatabaseWorkerPool for ''.

~DatabaseWorkerPool for 'chartest'.

~DatabaseWorkerPool for 'world2'.

Cannot connect to Character database 94.177.***.***;3306;********;chartest

This issue i got since yesterday.

I use Visual Studio 10 (x32) to compile it.

The MYSQL server on Hostserver works, my main test realm it's currently online *1 day and a half uptime*

I double check if "chartest" it's allright, it is.

I didn't modified any database..

I rechecked the config, this is what writes in it :


LoginDatabaseInfo     = "94.177.***.***;3306;root;passwd;auth"

WorldDatabaseInfo     = "94.177.***.***;3306;root;passwd;world2"

CharacterDatabaseInfo = "94.177.***.***;3306;root;passwd;chartest"

The hostserver has a Windows Server 2003 running on it.

I tried everything i could.. but i don't know what to do.

Thanks in advance!

Edited by Senaris
Link to comment
Share on other sites

MySQL client library: 5.5.9

MySQL server ver: 5.5.11

[WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

You _might_ need to update your server version (or downgrade your client version) thats atleast what the output is telling me really, i cannot dig further into the problem :/

EDIT: Ops missread, well they aint the same version ill check mine right now

MySQL client library: 5.1.49

MySQL server ver: 5.1.49-3

That is my mysql version(s)

- LilleCarl

Edited by LilleCarl
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


  • Similar Content

    • By xgamerninjax
      Hello all, first time posting here and it's really got me scratching my head.
      I've compiled everything on my own computer, and then transferred everything to a host computer so the server can stay live. The server was running fine for a month or so and then suddenly it just crashes when it hits "Loading C++ scripts", exiting saying "caught signal 22"
      I tried setting up the host computer from scratch and transferred everything over fresh and it's still happening for some reason. (Note, I can run the server perfectly on my personal pc where I compiled it.)
      Any help would be greatly appreciated, thanks!
      3d7e3a40e2b3+_worldserver.exe_[1-4_15-19-45].dmp 3d7e3a40e2b3+_worldserver.exe_[1-4_15-19-45].txt
    • By Rochet2
      A lot of people have asked how to debug so I made this short guide on how to set up debugging.
      This guide only tells you how to actually set up debugging in TrinityCore on Windows and Linux.
      This will not explain the basics of debugging. You can google those or play around with the debugger to learn.
      Here are a few videos that explain how to actually debug after setting debugging up on visual studio: https://youtu.be/0ebzPwixrJA and linux: https://www.youtube.com/watch?v=sCtY--xRUyI

      This guide contains multiple guides. Each list of bullet points is it's own guide.
      Make sure you can run the server normally before trying to debug.

      Windows:
      On Windows before anything you should check these
      - Before debugging or making crashlogs etc. with Visual Studio you must compile the core in "Debug" instead of "Release". You can select this in "Build>Configuration Manager" or at the top of Visual Studio window http://i.imgur.com/5oHd59j.png
      - You also need to move the new pdb files generate by compiling in debug mode on Visual Studio from the compile output folder (bin) to your server folder - these files contain information needed for debugging.
      - It is assumed that Solution Explorer is open. Open it by selecting "View>Solution Explorer" in Visual Studio http://i.imgur.com/hkW6Gk0.png
      -- You may want to click on the Home icon to reset the view on Solution Explorer http://i.imgur.com/N8UPwDh.png
      - You can place breakpoints in Visual Studio editor by right clicking a line of code and selecting "Breakpoint>Insert Breakpoint" http://i.imgur.com/L2TxBVG.png
      - At the top of the window you should see controls for stepping and continuing when you have started to debug.
      - Here is a video showing the basic Visual Studio functionality https://www.youtube.com/watch?v=Ijdk4z8-2OI
      Fastest way to debug on windows. This is the easiest way to start up debugging a script.
      - Start the authserver and worldserver normally
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In Visual Studio at the top select "Debug>Attach to process...>worldserver.exe" and click "Attach" http://i.imgur.com/jDEI2Hq.png
      - You are now debugging
       
      The second slower way of debugging on windows. This is useful for debugging something that occurs in the startup of the server.
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In solution explorer right click on worldserver and select "Set as StartUp Project" http://i.imgur.com/wvMzeRA.png
      - In solution explorer right click on worldserver and select "Properties" http://i.imgur.com/rTNEF9O.png
      -- In Properties you should go to "Configuration Properties>Debugging" and edit "Working Directory" to point to the server folder. For me this is the default compile folder so I use "$(OutDir)" http://i.imgur.com/aRI29fB.png
      - Start the authserver normally
      - Start the worldserver by selecting "Debug>Start Debugging". The server will start with debugging attached from the beginning http://i.imgur.com/cg1KJNw.png
      - You are now debugging
      Crashlogs on windows. Once you have a way to reproduce a crash you can get a crashlog that can help you resolve it.
      - After compiling the core in "Debug" instead of "Release" start up the worldserver and authserver
      - Reproduce the crash you have
      - In the server folder there is now a folder called Crashes that contains txt and dmp files. http://i.imgur.com/9eQIdql.png
      - You can open the txt files in text editors http://i.imgur.com/EH6R17E.png
      -- At the top of a txt file there is some information about your system and below it there is the Call Stack and below that there are Variables of each part of the call stack
      -- The Call Stack will tell you at the top what was the last function call before crashing and what function calls led to that function call.
      -- Next to the function names there is the file that the function is defined in and the line number the code was executing in that function.
      -- In the Variables section you can inspect variables that were present at each function call.
      -- Based on this information you are often able to see what crashed or get a better view of what you need to inspect more in your code.
      - The dmp file can be opened in Visual Studio
      -- Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      -- Drag and drop the dmp file to Visual Studio
      -- In the window that opens click to "Debug with Native Only" http://i.imgur.com/OgyU2kM.png
      -- In the window popup click "Break" http://i.imgur.com/4jDzqRn.png
      -- You are now in a state like you would have hit a break point in the code or a crash while debugging. You can inspect the call stack and the variables.
      Edit and continue on windows. When debugging this allows you to change the code and without restarting the server apply those changes so they actually work ingame.
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In solution explorer right click on worldserver and select "Properties" http://i.imgur.com/rTNEF9O.png
      -- In Properties select "Configuration Properties>Linker>General" and set "Enable Incremental Linking" to "Yes". http://i.imgur.com/caQqwN5.png
      -- In Properties select "Configuration Properties>Linker>Advanced" and set "Image Has Safe Exception Handlers" to "No". http://i.imgur.com/FYzN8Ks.png
      -- In Properties select "Configuration Properties>C/C++>General" and set "Debug Information Format" to "Program Database for Edit And Continue". http://i.imgur.com/pxQ6I8N.png
      - At the top of the window select "Tools>Options". In the Options select "Debugging>General" and in there select "Enable Edit and Continue", "Enable Native Edit and Continue" and "Require source files to exactly match the original version".
      - Compile the server for the changes to take effect.
      - Set up "The second slower way of debugging" (I did not test edit and continue on other configurations)
      - Start the authserver normally
      - Start the worldserver by selecting "Debug>Start Debugging".
      - Try edit a cpp file a little and save it.
      - At top of Visual Studio window select "Debug>Apply Code Changes" and wait until the changes are applied. Warning: it can take considerable amount of time for the changes to be applied. http://i.imgur.com/77pb58E.png
      - If you have issues, be sure to check the error messages in Output. You can view it by selecting "View>Output" http://i.imgur.com/4cIznW9.png
      - This guide was written based on https://msdn.microsoft.com/en-us/library/esaeyddf.aspx and https://blogs.msdn.microsoft.com/vcblog/2015/07/22/c-edit-and-continue-in-visual-studio-2015/
      Linux:
      First we need to compile the server in debug mode.
      - Compile the server with the cmake flag -DCMAKE_BUILD_TYPE=Debug

      Debugging on linux. You can debug on linux by using GDB.
      - Here is a good video about it: https://www.youtube.com/watch?v=sCtY--xRUyI
      - Basically you
      -- Start the authserver
      -- Start the worldserver by using "gdb ./worldserver"
      -- Enter breakpoints by using break command on gdb
      -- Use the run command on gdb to start the server
      -- You are now debugging
      - You may also be interested in using VScode or some other more visual debuggers. https://www.youtube.com/watch?v=B0xTgyCwsAo
      Crashlogs on linux. Once you have a way to reproduce a crash you can get a crashlog that can help you resolve it.
      - Take crashreport.gdb from /contrib/debugger from source folder and place it to your server folder
      - Start the authserver
      - Start the worldserver by using "gdb -x crashreport.gdb ./worldserver"
      - Reproduce your crash
      - There should be a backtrace.log in your server folder that contains information about the crash like the callstack and variables in each function call in the call stack
      - This guide was written based on https://github.com/TrinityCore/TrinityCore/blob/master/contrib/debugger/README
      Running valgrind on linux. This helps you find memory errors like invalid reads and writes and memory leaks.
      - Here is a good video about it: https://www.youtube.com/watch?v=fvTsFjDuag8
      - Basically you
      -- Start the authserver
      -- Start the worldserver by using "valgrind ./worldserver"
      -- Run your code that you want to analyze and close the server
      -- The console or an output log should contain the valgrind log
    • By reyne
      Hey there!

      I've followed a few threads here about map extraction, and am still having issues. Originally, I was having the issue described here.
      After following the advice given in that thread (creating characters of both BC races and running around for a bit), I am no longer getting that error, however now I get the following error while trying to extract maps:

      `Error loading World\Maps\Expansion01\Expansion01_42_6.adt`

      This repeats for every line in Expansion01, and then the extractor crashes.

      I'm not sure where else to go from here.

      Thanks for your help

      Edit: I've created an 85 on an i85 server and flown all around Outland now, same issue.
    • By Uee
      I recently found the Trinity Cataclsym Preservation Project and thought I will try it out.
      I am already running 3.3.5a and Master - both server run great
      Pulled 4.3.4 down using Git and built it same way as others:
      boost_1_73_0 cmake 3.17.2 Mysql 5.7.30 VS Community 2019 Built fine - no issue. Used 'Extractor.bat' to run all the map extractors - worked great!
      Noticed there was extra file 'connection_patcher.exe`, ran that - worked great! Now have "wow_patched" and use this to launch client
      MySQL runs in standalone mode, -initialize, added base sql files, imported, auth and character sql files
      Configured both the .conf files and passwords, IPs etc are all in place.
      Note: When loading the exe and built conf file, bnetserver complain about these items missing, so I add them:
      Updates.AutoSetup = 1 Updates.EnableDatabases = 0 LoginDatabase.SynchThreads = 1 Load up Mysql - loads fine
      Load up bnetserver and appears to load ok - last few lines look like this:
      Connected to MySQL database at 127.0.0.1
      DatabasePool 'auth' opened successfully. 2 total connections running.
      Started auth database connection pool.
      Listening on connections from worldservers on port 1118...
      Load up worldserver and it adds the FULL world and hotfixes, then applied all updates (confirmed archived in SQL) - last few lines look like this:
      Calculate next monthly quest reset time...
      Calculate random battleground reset time...
      Calculate guild limitation(s) reset time...
      Calculate next currency reset time...
      World initialized in 0 minutes 13 seconds
      TrinityCore rev. d0c7bbab40bc 2020-05-06 00:01:21 +0200 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready...
       
      There are no db errors in logs.
      Config.wtf contain portal, realmlist as remote server and patchlist as localhost.
      When I try to connecting using "user@local" and password I get immediately disconnected.
      What I did noticed different is that the bnetserver doesnt add "Added realm "Battle for Azeroth" at 192.168.10.213:8085." (From my Master log) 
      3.3.5a also have this line as last line in authserver - but 4.3.4 is not giving me this one.
      Realmlist table is accurate with right information.
      Anyone know why bnetserver is not starting me realm?
       
    • By Deer_Hunter
      Hello all,
      I just updated from the latest Git 
      Trinity Core REV. ac6baa547376 + 2020-02-21  3.3.5 Branch.
      I'm getting this error after crash.
      Problem signature:
        Problem Event Name:    APPCRASH
        Application Name:    worldserver.exe
        Application Version:    0.0.0.0
        Application Timestamp:    5e50a462
        Fault Module Name:    StackHash_f12f
        Fault Module Version:    6.3.9600.19629
        Fault Module Timestamp:    5e2fdc0d
        Exception Code:    c0000374
        Exception Offset:    PCH_9E_FROM_ntdll+0x0000000000090D0A
        OS Version:    6.3.9600.2.0.0.272.7
        Locale ID:    1033
        Additional Information 1:    f12f
        Additional Information 2:    f12f0934d3e965f73c68e60f20f2cd40
        Additional Information 3:    7595
        Additional Information 4:    7595e4d8d703db9dcd3d2f6ea540e357
      the exception code says its a Heap error,  I'm not sure how to troubleshoot this.
      Thanks
×
×
  • Create New...