Skip to content

Commit c6cde78

Browse files
authored
user mariadb instead of ´mysql`
1 parent 03823aa commit c6cde78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wordpress_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ wp_cli_cmd --info
412412
check_command wp_cli_cmd core download --force --debug
413413

414414
# Populate DB
415-
mysql -uroot -p"$MARIADB_PASS" <<MYSQL_SCRIPT
415+
mariadb -uroot -p"$MARIADB_PASS" <<MYSQL_SCRIPT
416416
CREATE DATABASE $WPDBNAME;
417417
CREATE USER '$WPDBUSER'@'localhost' IDENTIFIED BY '$WPDBPASS';
418418
GRANT ALL PRIVILEGES ON $WPDBNAME.* TO '$WPDBUSER'@'localhost';
@@ -563,7 +563,6 @@ server {
563563
listen 443 ssl;
564564
listen [::]:443 ssl;
565565
http2 on;
566-
brotli on;
567566
568567
## Your website name goes here.
569568
# server_name example.com;

0 commit comments

Comments
 (0)