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

MySQL 8 incompatibilities #168

Open
mktcode opened this issue Nov 8, 2021 · 3 comments
Open

MySQL 8 incompatibilities #168

mktcode opened this issue Nov 8, 2021 · 3 comments

Comments

@mktcode
Copy link
Contributor

mktcode commented Nov 8, 2021

Either the hub should run with a MySQL 8 database or a note should be placed in the readme or this needs to be a more explicit/enforced dependency.

On a new Linux laptop (Mint 20) installing MySQL will install version 8. Running the hub will fail due to incompatibilities in the mysql package being used.

mysqljs/mysql#1959
mysqljs/mysql#2233

This workaround fixes the issue though: https://stackoverflow.com/a/50377944/2560696

@stormsson
Copy link
Contributor

@mktcode have you considered switching to MariaDB ? I actually had it working immediatly when changing it in the docker-compose

@mktcode
Copy link
Contributor Author

mktcode commented Dec 13, 2021

MariaDB is not identical to MySQL but the important point is just... no matter what the dependency is, it should be documented somewhere. Working on the Hub's readme/docs is something I'm looking forward to do but I didn't find much time to spend on it yet.

@zzuziak
Copy link
Contributor

zzuziak commented Feb 8, 2023

@ChaituVR what's your take on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants