-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Command is override on start #534
Comments
Hi @AlissonMedeiros, That's a bug indeed. For now, you can override |
@bsideup Thanks for help, I try to do this. |
Hi there, would I be correct in saying the MariaDb test container module also suffers from this same issue? Line 42 in 8402356
If so, I'd be happy to start working on a PR similar to #560 if you would like me to? One thing I am unsure of is the fact there's both a mariadb module in this project and a separate testcontainers-java-module-mariadb repository too. To which repo would I submit the PR? |
@pauldailly |
This fixes testcontainers#534 for the MariaDB container, which was also affected.
Released in 1.8.1! 🎉 Thanks for flagging this, @AlissonMedeiros and @pauldailly. |
When I start a new MySql container I set a diferent command, but this is override per the method "configure()"
My code:
The code of MYSQLContainer:
I need this to support case insentive. Do you know athoner way to do this? If not I can fix and open PR.
Another option is add lower_case_table_names=1" in the file my.cnf Or have
a way to add more configurations in the file.
Many thanks.
The text was updated successfully, but these errors were encountered: