sql报错
Opened this issue · 1 comments
>
执行bin/startup.sh之后,出现如下错误:
2023-03-11 05:23:58 SQL: SELECT required_z2683_01_mangos_scriptdev2_tables FROM db_version LIMIT 1
2023-03-11 05:23:58 query ERROR: Unknown column 'required_z2683_01_mangos_scriptdev2_tables' in 'field list'
2023-03-11 05:23:58 The table db_version in your [WORLD] database indicates that this database is out of date!
2023-03-11 05:23:58
2023-03-11 05:23:58 [A] You have: --> z2692_04_mangos_npc_trainer_template.sql
2023-03-11 05:23:58
2023-03-11 05:23:58 [B] You need: --> z2683_01_mangos_scriptdev2_tables.sql
2023-03-11 05:23:58
2023-03-11 05:23:58 You must apply all updates after [A] to [B] to use mangos with this database.
2023-03-11 05:23:58 These updates are included in the sql/updates folder.
2023-03-11 05:23:58 Please read the included [README] in sql/updates for instructions on updating.
好像数据库信息和release不是很匹配?
Originally posted by @jackqin181 in #3 (comment)