Skip to content

Commit

Permalink
rpm: server-post - use mariadb-install-db
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion support-files/rpm/server-postin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f351b6

Please sign in to comment.