Database error after starting the world server after a new installation #10070
Replies: 5 comments 1 reply
-
I would be really happy if someone would help me as a newbie. Maybe someone can send me the part of the database. I've searched the internet and can't find a solution. I've already invested many hours and don't want to give up. |
Beta Was this translation helpful? Give feedback.
-
Hello, It seems you're missing a SQL update. Enable the database updater in your config files and try starting the server again. Let me know how if it works out for you. Regards. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer! I will do it immediately. But it probably won't work. One moment! |
Beta Was this translation helpful? Give feedback.
-
Updating Auth database...
Updating Character database...
Updating World database...
The update that doesn't work doesn't include the creature_template_movement! |
Beta Was this translation helpful? Give feedback.
-
I would like to take this opportunity to thank Skjalf / Nyeriah very much! Then, with their help, the bug was ultimately fixed. Here is the corresponding passage from the Wiki as a future solution for seekers: ACE00023 My Worldserver closes when autoupdater, I get: ERROR 2013 (HY000) at line 4: Lost connection to MySQL server during query This value will reset the next time your SQL server restarts and it may be necessary to run this query again in the future. |
Beta Was this translation helpful? Give feedback.
-
Hi, everyone!
I created a server myself for the first time. After the world server was started for the first time, the databases were inserted. The following error occurs when starting:
In mysql_stmt_prepare() id: 54, sql: "SELECT entry, difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction, npcflag, speed_walk, speed_run, detection_range, scale,
rank, dmgschool, DamageModifier, BaseAttackTime, RangeAttackTime, BaseVariance, RangeVariance, unit_class, unit_flags, unit_flags2, dynamicflags, family, trainer_type, trainer_spell, trainer_class, trainer_race, type, type_flags, lootid, pickpocketloot, skinloot, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, ctm.Ground, ctm.Swim, ctm.Flight, ctm.Rooted, ctm.Chase, ctm.Random, ctm.InteractionPauseTimer, HoverHeight, HealthModifier, ManaModifier, ArmorModifier, ExperienceModifier, RacialLeader, movementId, RegenHealth, mechanic_immune_mask, spell_school_immune_mask, flags_extra, ScriptName FROM creature_template ct LEFT JOIN creature_template_movement ctm ON ct.entry = ctm.CreatureId WHERE entry = ?" Table 'acore_world.creature_template_movement' doesn't exist
Can somebody help me with it?
Beta Was this translation helpful? Give feedback.
All reactions