Jump to content
  • 0

Mangos Two MySQL DB init failed


Stan

Question

Hi I'm a newbie on mangos, trying to setup the mangos two, when I run InstallDatabases.bat , it shows error like this 

_______________________________________________________________________________
|                                                                             |
|                                                                             |
| Applying Character DB updates                                               |
|                                                                             |
|_____________________________________________________________________________|
Character\Updates\Rel21\Rel21_02_003_remove_dbDocs.sql
* UPDATE FAILED *       Unable to locate DB Version Information

_______________________________________________________________________________
|                                                                             |
|                                                                             |
| Applying World DB updates                                                   |
|                                                                             |
|_____________________________________________________________________________|
World\Updates\Rel21\Rel21_06_074_Kessel_run_cleanup.sql
* UPDATE FAILED *       Unable to locate DB Version Information
World\Updates\Rel21\Rel21_06_075_Blasted_lands_Portal.sql
* UPDATE FAILED *       Unable to locate DB Version Information
World\Updates\Rel21\Rel21_06_076_add_comment_column.sql
* UPDATE FAILED *       Unable to locate DB Version Information
World\Updates\Rel21\Rel21_06_077_HallowsEnd_updates.sql

 

 

Is this because of the wrong mysql version? 

 

Thanks !!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

I checked readme.txt in Rel21 folder, 

To Find out the current version of your database run this query against your mangos world database:

SELECT * FROM db_version ORDER BY VERSION DESC, structure DESC, content DESC LIMIT 0,1

so I run the script got this

mysql> SELECT * FROM db_version ORDER BY VERSION DESC, structure DESC, content DESC LIMIT 0,1;
ERROR 1146 (42S02): Table 'mangos2.db_version' doesn't exist

looks like I don't have my db setup correctly, so is there any script to set up the initial database?

@madmax

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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