diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-05-01 14:38:47 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-05-01 14:43:15 +0200 |
commit | 0aa490f1f8011099f452eb19d8b5ce091301537d (patch) | |
tree | 2b7a2efe5a1179eafd3d826203ea8eef9b2f2c17 /.drone.yml | |
parent | dbd33c79b0600fb03973068394d8094f51a3d9da (diff) | |
download | nextcloud-server-0aa490f1f8011099f452eb19d8b5ce091301537d.tar.gz nextcloud-server-0aa490f1f8011099f452eb19d8b5ce091301537d.zip |
Use mysql_native_password as default authentication plugin
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 0b97149975f..81952f009bd 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 |