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!
Most helpful comment
Fixed, I can connect to the databse now. Thank you!