commit 680c7b8361521c494ae93d13b5d33c43a27d35ad Author: Sam Morrison Date: Wed Jun 19 11:55:21 2019 +1000 Set default-authentication-plugin default for mysql The default has changed in mysql8, set this explicitly so this will work with mysql5.x and mysql8.x Change-Id: I252c8bf2272fdad61b977f2388dd6a2704fdf872 diff --git a/trove/templates/mysql/config.template b/trove/templates/mysql/config.template index 55b13cb..b005c40 100644 --- a/trove/templates/mysql/config.template +++ b/trove/templates/mysql/config.template @@ -14,6 +14,7 @@ datadir = /var/lib/mysql/data tmpdir = /var/tmp pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock +default_authentication_plugin = mysql_native_password skip-external-locking = 1 key_buffer_size = {{ (50 * flavor['ram']/512)|int }}M max_allowed_packet = {{ (1024 * flavor['ram']/512)|int }}K