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 3ea471d commit d7077a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/mariadb_install.inc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -414,15 +414,15 @@ if [[ "$lessmem" = [yY] ]]; then


echo $lessmem echo $lessmem


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


else else


echo $lessmem echo $lessmem


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


fi fi


Expand Down

0 comments on commit d7077a4

Please sign in to comment.