Error on MySQLContainer boot #10198
PabloDelBarrioArnanz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have an error in my test when mysql docker container boots using org.testcontainers:mysql:1.21.0 and mysql docker image version 9.3.0.
The container error logs are this:
The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
But using mysql docker image version 8.0.30 works perfectly.
This is my container config
Beta Was this translation helpful? Give feedback.
All reactions