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
This commit is contained in:
parent
d4941f01bd
commit
680c7b8361
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user