symlink mysql to mariadb

axis-lock
Moe 2023-07-14 17:15:21 -07:00
parent e1dd3e5be3
commit 8e066ed016
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fi
echo "========================================================="
if ! [ -x "$(command -v mariadb)" ]; then
if ! [ -x "$(command -v mysql)" ]; then
echo "Installing MariaDB repository..."
#Add the MariaDB repository to yum
sudo curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --skip-maxscale