Skip to content

Commit

Permalink
switch to MariaDB 10 my.cnf templates
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Aug 11, 2014
1 parent 18533de commit 4b5cdf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/mariadb_install.inc
Expand Up @@ -462,15 +462,15 @@ if [[ "$lessmem" = [yY] ]]; then

echo $lessmem

echo -e "\nCopying MariaDB my-mdb55-min.cnf file to /etc/my.cnf\n"
cp $CUR_DIR/config/mysql/my-mdb55-min.cnf /etc/my.cnf
echo -e "\nCopying MariaDB my-mdb10-min.cnf file to /etc/my.cnf\n"
cp $CUR_DIR/config/mysql/my-mdb10-min.cnf /etc/my.cnf

else

echo $lessmem

echo -e "\nCopying MariaDB my-mdb55.cnf file to /etc/my.cnf\n"
cp $CUR_DIR/config/mysql/my-mdb55.cnf /etc/my.cnf
echo -e "\nCopying MariaDB my-mdb10.cnf file to /etc/my.cnf\n"
cp $CUR_DIR/config/mysql/my-mdb10.cnf /etc/my.cnf

fi

Expand Down

0 comments on commit 4b5cdf0

Please sign in to comment.