fix: conformance - state.mysql.mysql (#3458)

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-06-24 14:55:46 +01:00 committed by GitHub
parent 2bd28b4e34
commit 43a89f3c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '2'
services:
db:
image: mysql:8
command: --default-authentication-plugin=mysql_native_password
command: --mysql_native_password=ON
restart: always
environment:
MYSQL_ROOT_PASSWORD: root