Commit 0f351b62 authored by Daniel Black's avatar Daniel Black Committed by Andrew Hutchings

rpm: server-post - use mariadb-install-db

parent 9ee055a2
......@@ -58,7 +58,7 @@ if [ $1 = 1 ] ; then
mkdir -p $datadir
# Initiate databases
%{_bindir}/mysql_install_db --rpm --user=%{mysqld_user}
%{_bindir}/mariadb-install-db --rpm --user=%{mysqld_user}
fi
# Change permissions again to fix any new files.
......
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