Skip to content

Commit 07156b2

Browse files
committed
Revert "mariadb"
This reverts commit c01e07d.
1 parent c01e07d commit 07156b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wordpress_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ chown root:root $MYCNF
129129
apt install software-properties-common -y
130130
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
131131
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.ddg.lth.se/mariadb/repo/10.2/ubuntu xenial main'
132-
sudo debconf-set-selections <<< "mariadb-server-10.3 mysql-server/root_password password $MARIADB_PASS"
133-
sudo debconf-set-selections <<< "mariadb-server-10.3 mysql-server/root_password_again password $MARIADB_PASS"
132+
sudo debconf-set-selections <<< "mariadb-server-10.2 mysql-server/root_password password $MARIADB_PASS"
133+
sudo debconf-set-selections <<< "mariadb-server-10.2 mysql-server/root_password_again password $MARIADB_PASS"
134134
apt update -q4 & spinner_loading
135-
check_command apt install mariadb-server-10.3 -y
135+
check_command apt install mariadb-server-10.2 -y
136136

137137
# Prepare for Wordpress installation
138138
# https://blog.v-gar.de/2017/02/en-solved-error-1698-28000-in-mysqlmariadb/

0 commit comments

Comments
 (0)