Skip to content

Commit d9e79c3

Browse files
sylvain-pierrotcmaher
authored andcommitted
fix(mysql): avoid rsa requirement on non-TLS by using mysql_native_password in CI and tests
Signed-off-by: Sylvain Pierrot <spierrot@aalyria.com>
1 parent 66ed091 commit d9e79c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
MYSQL_ROOT_HOST: '%'
1515
MYSQL_ROOT_PASSWORD: password
1616
MYSQL_DATABASE: sqlx
17+
command: --default-authentication-plugin=mysql_native_password
1718

1819
mysql_8_client_ssl:
1920
build:

0 commit comments

Comments
 (0)