fix: conformance - state.mysql.mysql (#3458)
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
2bd28b4e34
commit
43a89f3c2b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue