Jump to content

mysql56-server pkg


Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

Even with a backup there's no guarantee it would be stable. You could just install MySQL 8 and fix the errors that come along, for example guarding table names with ``:

int iLen = snprintf(szColumns, sizeof(szColumns), "id, owner_id, `window`, pos, count, vnum");

the cache query gave me errors with mysql8 until I edited window with `window`, same in QUERY_ITEM_SAVE and RESULT_SAFEBOX_LOAD

Edited by Intel
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.