Currently there is no way to configure the username/password/database name of the MySQLContainer. And one cannot even do it using withCreateContainerCmdModifier because e.g. org.testcontainers.containers.MySQLContainer#getUsername returns hard-coded value
Currently there is no way to configure the username/password/database name of the
MySQLContainer. And one cannot even do it usingwithCreateContainerCmdModifierbecause e.g.org.testcontainers.containers.MySQLContainer#getUsernamereturns hard-coded value