We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mariadb
1 parent 03823aa commit c6cde78Copy full SHA for c6cde78
wordpress_install.sh
@@ -412,7 +412,7 @@ wp_cli_cmd --info
412
check_command wp_cli_cmd core download --force --debug
413
414
# Populate DB
415
-mysql -uroot -p"$MARIADB_PASS" <<MYSQL_SCRIPT
+mariadb -uroot -p"$MARIADB_PASS" <<MYSQL_SCRIPT
416
CREATE DATABASE $WPDBNAME;
417
CREATE USER '$WPDBUSER'@'localhost' IDENTIFIED BY '$WPDBPASS';
418
GRANT ALL PRIVILEGES ON $WPDBNAME.* TO '$WPDBUSER'@'localhost';
@@ -563,7 +563,6 @@ server {
563
listen 443 ssl;
564
listen [::]:443 ssl;
565
http2 on;
566
- brotli on;
567
568
## Your website name goes here.
569
# server_name example.com;
0 commit comments