Skip to content

Commit

Permalink
updated my sql's pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Mar 8, 2023
1 parent 4009a58 commit c2441f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Test/MainTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public MainTest(ITestOutputHelper outputHelper)

private async Task<LoginResult> ConnectAsync(ReplicationClient client)
{
return await client.ConnectAsync("localhost", "root", "scisharp", 1);
return await client.ConnectAsync("localhost", "root", "root", 1);
}

private MySqlConnection CreateConnection()
Expand Down
2 changes: 1 addition & 1 deletion tests/Test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
MYSQL_ROOT_PASSWORD: scisharp
MYSQL_ROOT_PASSWORD: root
ports:
- 3306:3306
volumes:
Expand Down

0 comments on commit c2441f4

Please sign in to comment.