Skip to content

Commit 66ed091

Browse files
sylvain-pierrotcmaher
authored andcommitted
fix(mysql): make examples use mysql_native_password and silence rsa auth warnings
Signed-off-by: Sylvain Pierrot <spierrot@aalyria.com>
1 parent 358124b commit 66ed091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
services:
5151
mysql:
5252
image: mysql:latest
53+
command: --default-authentication-plugin=mysql_native_password
5354
env:
5455
MYSQL_ROOT_PASSWORD: password
5556
ports:

0 commit comments

Comments
 (0)