From e145a2d2f8320424b5a8e31ea0d5c9040c6541db Mon Sep 17 00:00:00 2001 From: ww519441258 <310243791.com> Date: Sat, 21 Dec 2019 11:11:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dmysql8.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=BA=AB=E4=BB=BD=E9=AA=8C=E8=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index a63b5d3..9e200de 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,7 @@ services: mysql: image: mysql restart: always + command: --default-authentication-plugin=mysql_native_password volumes: - ./mysql/etc:/etc/mysql - ./mysql/data:/var/lib/mysql