Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-05-01 15:38:47 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-05-01 15:43:15 +0300
commit0aa490f1f8011099f452eb19d8b5ce091301537d (patch)
tree2b7a2efe5a1179eafd3d826203ea8eef9b2f2c17 /.drone.yml
parentdbd33c79b0600fb03973068394d8094f51a3d9da (diff)
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.yml1
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