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 image compatibility #386

Closed
rsahoo752055 opened this issue Aug 11, 2020 · 2 comments · Fixed by #395
Closed

MYSQL image compatibility #386

rsahoo752055 opened this issue Aug 11, 2020 · 2 comments · Fixed by #395

Comments

@rsahoo752055
Copy link

When we are trying to setup flagr image with mysql database (image version: latest/8/8.0/8.0.21), we are getting below error from mysql image container.
Error:: "INFO[0101] /go/src/github.com/checkr/flagr/pkg/handler/eval_cache_fetcher.go:147Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC,id ASC' at line 1
ERRO[0101] reload evaluation cache error err="Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC,id ASC' at line 1".

But when i am trying to setup flagr image with 5.7.31 or below mysql image version, flagr is working as excepted.

Please confirm mysql image compatibility version with flagr.

@brasilikum
Copy link

Hey,
it seems like it worked as an accident.

Support for mysql is tracked here:
#331

Duplicate of #326

@zhouzhuojie
Copy link
Collaborator

Hey,
it seems like it worked as an accident.

Support for mysql is tracked here:
#331

Duplicate of #326

Oh, that's for MSSQL. I think this issue is related to MYSQL's compatibility. Will look into it soon.

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

Successfully merging a pull request may close this issue.

3 participants