Commit ceae1ad9 authored by Julien Muchembled's avatar Julien Muchembled

ERP5/NEO: do not use new socket authentication method of MariaDB 10.4

parent 0ea2a3e0
......@@ -143,6 +143,7 @@ template =
'${mariadb:location}/scripts/mysql_install_db' \
--defaults-file='{{defaults_file}}' \
--skip-name-resolve \
--auth-root-authentication-method=normal \
--basedir='${mariadb:location}' \
--datadir="$datadir.new"
mv -v "$datadir.new" "$datadir"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment