[DiscordArchive] Changed the MySQL user & pass in .conf files, should I do the same for `create_mysql.sql`?
[DiscordArchive] Changed the MySQL user & pass in .conf files, should I do the same for `create_mysql.sql`?
Archived author: FiftyTifty • Posted: 2022-11-30T06:43:33.564000+00:00
Original source
Changed the MySQL user & pass in .conf files, should I do the same for `create_mysql.sql`?
Archived author: Famine • Posted: 2022-11-30T13:33:50.034000+00:00
Original source
I did a compile of the latest playerbot branch last night (which was last updated 6 or 7 days ago). All Compiles fine but the worldserver was choking on load because of a missing a table in the world_db. Couldn't find it in the updates or the base SQL files either which was odd.
2022-11-29 23:48:27 ERROR [sql.sql] [1146] Table 'acore_world.charsections_dbc' doesn't exist
2022-11-29 23:48:27 ERROR [sql.sql] Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
Wiped the DB and started from scratch... still same error. Had to roll back to my previous version and will try and further troubleshoot on the next release.