Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Connecting to the Database #934

Closed
rudipratm opened this issue Sep 7, 2019 · 4 comments
Closed

Problem Connecting to the Database #934

rudipratm opened this issue Sep 7, 2019 · 4 comments
Assignees
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug Type: Question Question or issue related to configuration, API or features.
Milestone

Comments

@rudipratm
Copy link

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

@tastybento tastybento self-assigned this Sep 7, 2019
@tastybento tastybento added the Type: Question Question or issue related to configuration, API or features. label Sep 7, 2019
@tastybento
Copy link
Member

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

@rudipratm
Copy link
Author

Right now I'm using MySQL 5.7.26.

@tastybento
Copy link
Member

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/

@tastybento tastybento added this to the 1.7.0 milestone Sep 7, 2019
@rudipratm
Copy link
Author

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

@Poslovitch Poslovitch added the Status: Done This issue has been completed or answered. This pull request has been merged. label Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug Type: Question Question or issue related to configuration, API or features.
Projects
None yet
Development

No branches or pull requests

3 participants