Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MySql MariaDB - Add support for extraDb #117

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

rbygrave
Copy link
Member

Support added extra databases for MySql and MariaDB.

Example:

MariaDBContainer container = MariaDBContainer.builder("latest")
      .extraDb("another, other")
      .port(8306)
      .build();

Support added extra databases for MySql and MariaDB.

Example:

MariaDBContainer container = MariaDBContainer.builder("latest")
      .extraDb("another, other")
      .port(8306)
      .build();
@rbygrave rbygrave added this to the 7.6 milestone Feb 26, 2025
@rbygrave rbygrave self-assigned this Feb 26, 2025
@rbygrave rbygrave merged commit ce16344 into master Feb 26, 2025
2 checks passed
@rbygrave rbygrave deleted the feature/mysql-extradb branch February 26, 2025 08:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant