Skip to content

Commit

Permalink
fix(MySql): Rename default database to test (do not use mysql system …
Browse files Browse the repository at this point in the history
…schema) (#949)
  • Loading branch information
benjaminoerskovtryg authored Jul 20, 2023
1 parent 80d078f commit 762feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.MySql/MySqlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public sealed class MySqlBuilder : ContainerBuilder<MySqlBuilder, MySqlContainer

public const ushort MySqlPort = 3306;

public const string DefaultDatabase = "mysql";
public const string DefaultDatabase = "test";

public const string DefaultUsername = "mysql";

Expand Down

0 comments on commit 762feda

Please sign in to comment.