Skip to content
Permalink
Browse files
rpm: server-post - use mariadb-install-db
  • Loading branch information
grooverdan authored and LinuxJedi committed Dec 14, 2022
1 parent 9ee055a commit 0f351b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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.

0 comments on commit 0f351b6

Please sign in to comment.