Usually there's side effects when your DB is not fully loading, like, red text (of doom) inside your world or zone console output. You can also run:
#logs set gmsay 35 3
This will make it where any MySQL errors will echo to your in game chat when an error is hit.
You can also set 36 in same manner to see all going queries, and it help you identify what sort of SQL error you're hitting. Likely your DB migration didn't finish and items is missing a field or isn't in sync with your build version or something.
|