-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use
Question
cloudfox
hi all,
i download MangosTwo_Develop21_Release_x32_August2015.zip recently and .
i execute ./Database/InstallDatabases.bat .it's all done successfully. but error occured when i start realmd.exe .
it says **SQL: SELECT version, structure, content, description FROM db_version ORDER BY version DESC, structure DESC, content DESC LIMIT 1
query ERROR: Table 'realmd2.db_version' doesn't exist
The table `db_version` in your [Realmd] database is missing or corrupt.**
then i execute ./Database/mangos_full_db.sql into realmd schema
now the error messege is **SQL: SELECT version, structure, content, description FROM db_version ORDER BY version DESC, structure DESC, content DESC LIMIT 1
query ERROR: Unknown column 'structure' in 'field list'
The table `db_version` in your [Realmd] database is missing or corrupt.**
i found this sql is diff from de db_version create sql in columns.
and this is the creation sql **CREATE TABLE `db_version` (
`version` varchar(120) DEFAULT NULL,
`creature_ai_version` varchar(120) DEFAULT NULL,
`cache_id` int(10) DEFAULT '0',
`required_21000_09_quest_9447_incorrect_speech` bit(1) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';**
that sql doesn't have "structure" column
is the dbsql files in zip dont match server3.35?
thanks!
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.