From 0aa490f1f8011099f452eb19d8b5ce091301537d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Wed, 1 May 2019 14:38:47 +0200 Subject: [PATCH] Use mysql_native_password as default authentication plugin Signed-off-by: Daniel Kesselberg --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0b97149975..81952f009b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -486,6 +486,7 @@ services: image: redis - name: mysql image: mysql:8.0 + command: [ "--default-authentication-plugin=mysql_native_password" ] environment: MYSQL_ROOT_PASSWORD: owncloud MYSQL_USER: oc_autotest