Commit 39654d3c authored by Julien Muchembled's avatar Julien Muchembled

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

parent 4ccebc2b
...@@ -137,6 +137,7 @@ template = ...@@ -137,6 +137,7 @@ template =
'${mariadb:location}/scripts/mysql_install_db' \ '${mariadb:location}/scripts/mysql_install_db' \
--defaults-file='{{defaults_file}}' \ --defaults-file='{{defaults_file}}' \
--skip-name-resolve \ --skip-name-resolve \
--auth-root-authentication-method=normal \
--basedir='${mariadb:location}' \ --basedir='${mariadb:location}' \
--datadir="$datadir.new" --datadir="$datadir.new"
mv -v "$datadir.new" "$datadir" 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