-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MySQL DB not creating on start – JSON column types only supported from MySQL 5.7 and onwards #299
Comments
Discovered this has to do with the JSON column type only being supported in MySQL 5.7. 5.5 & 5.6 are by far the most popular versions of MySQL in production. I thought you were going to steer away from using JSON column-types (at least in MySQL) because of this. |
Also, the error is a little bit weird as it doesn't seem to raise anything when the |
Had a brief look through your queries too… you don't seem to be using anything JSON-specific in your SQL, so a LONGTEXT (or MEDIUM or TEXT) field should be fine for storing this data. |
Thanks for reporting, I will investigate. |
found the culprit, it's ladon. patch due soon |
…y supported from MySQL 5.7 and onwards - closes #299
Does this change the requirement for JSON columns too that are only supported in MySQL 5.7+? |
Yes, no more JSON fields |
👌 |
Getting the below log when I try to start Hydra for the first time with a MySQL DB on the current master:
Start command:
The text was updated successfully, but these errors were encountered: