Bentobox: Problem Connecting to the Database

Created on 7 Sep 2019  路  4Comments  路  Source: BentoBoxWorld/BentoBox

Hello, I already watch some video and reading, but still can't find anything to help it. Here's the problem:
I want to connect BentoBox to my minecraft's database. But why I always got this error:

Pastebin

Done Bug Question

Most helpful comment

Fixed, I can connect to the databse now. Thank you!

All 4 comments

What version and type of database are you using. It looks like it's too old to support JSON storage.

Right now I'm using MySQL 5.7.26.

Your default table engine is set to MyISAM in your database. That was the default before 5.5 but it has to be InnoDB. If you have control over your own database I recommend you change that. Anyway, I explicitly call it out now in the schema creation for BentoBox on MySQL. Try the latest BentoBox on the CI server after it's built and let me know if that works for you. https://ci.codemc.org/job/BentoBoxWorld/job/BentoBox/

Fixed, I can connect to the databse now. Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NotMyFault picture NotMyFault  路  5Comments

mcpantheon picture mcpantheon  路  6Comments

doitliketyler picture doitliketyler  路  3Comments

Sckaletz picture Sckaletz  路  5Comments

OverBrave picture OverBrave  路  5Comments