Use mysql_native_password as default authentication plugin

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-05-01 14:38:47 +02:00
parent dbd33c79b0
commit 0aa490f1f8
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 1 additions and 0 deletions

View File

@ -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