-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix .env.local example "mariadb-10.9.3 #5794
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
Conversation
Another possible match |
Another possible fix
"mariadb-10.9.3" doesn't seem to be a valid MariaDB version.
The valid version passes the test. |
@morozov What about this, the official doc:
Everyone using this format (which is suggested in the official doc) is forced to change their serverVersion to
What we need is just a version string x[.x[.x]] for comparison. |
@morozov After the composer update, I should not research why it does not work anymore. I think a lot of old projects will have the same issue. |
MySQL 8 detection also not working well after 68576ab#diff-28b47b91b6b91252a7758495476fc8b338019cccae59cbbd67bd0fe6c87529a5 ... using connection string in symfony like |
Everyone who has commented here: Can you please verify that updating DBAL to |
mariadb-10.9.3 success no any errors anymore |
Summary
No issue on version 3.4.6 only on new 3.5.x version