-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG]What is the problem with using MySQL database Elsa service error? #6077
Comments
It looks like that the MySql server version you're using doesn't yet support the LIMIT, IN, ALL, ANY and SOME subquery syntax. |
The MySQL server version is community-based mysql-8.0.30-winx64 or community-based mysql-9.0.1-winx64 |
The EF Core migrations were generated against MySql version 9.0.0.
Do you mean that you are not sure which one you are using? If so, probably you're using version 8. So, if possible for you, upgrading to version 9 might solve your issue and then you don't need to generate custom migrations. |
Upgrading MySQL to the community version MySQL-9.0.1-winx64 does not solve the problem and supports' Limit&IN/ALL/ANY/OME subqueries'. It may be necessary to change the source code nesting to solve the problem, |
Let's keep the issue in one place: #6096 |
hello,teacher:
What is the problem with using MySQL database Elsa service error?
The text was updated successfully, but these errors were encountered: