Skip to content

Commit

Permalink
Update chce_mariadb_binary.sh
Browse files Browse the repository at this point in the history
Poprawka wersji MariaDB
  • Loading branch information
ferexio authored Feb 23, 2022
1 parent ee36827 commit a828393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chce_mariadb_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exit 0
else
mkdir /usr/local/mysql
cd /usr/local/mysql/
dbver1=$(curl https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/ | grep -Eo 'MariaDB 10.6.([0-9])' | head -1 | awk '{print $2}')
dbver1=$(curl https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/ | grep -Eo 'MariaDB 10.6.([0-9]+)' | head -1 | awk '{print $2}')
wget https://mirror.vpsfree.cz/mariadb//mariadb-"$dbver1"/bintar-linux-systemd-x86_64/mariadb-"$dbver1"-linux-systemd-x86_64.tar.gz -O /usr/local/mysql/mariadb.tar.gz
cd /usr/local/mysql/ && tar -xzvf mariadb.tar.gz --strip-components 1
mkdir /usr/local/mysql/mysql_secure
Expand Down

0 comments on commit a828393

Please sign in to comment.