From 729484d5d12d53f93f6612ed6f759bbbdbbb3311 Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 2 Jun 2025 13:17:21 +0200 Subject: [PATCH] added some info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c674b6..d4b2b79 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ git clone https://git.x-files.dk/ubuntu-web-application/wordpress-install.git ### Usage cd wordpress-install - sudo ./wordpressinstall [-n] [-d] [-u] [-p] + sudo ./wordpressinstall [-n] [-d] [-u] [-p] [-r] ### Example sudo ./wordpressinstall -n wp.something.xyz -d wpdbname -u wpdbuser -p wpdbpassword @@ -39,6 +39,10 @@ and also the default "sites-enabled" Nginx configurarion I use [\[Here\]](https://git.x-files.dk/ubuntu-web-server/nginx-install/src/branch/main/cfg/default) when you start troubleshooting. +### Q and A +Q: Why does the script needs the root password for MariaDB ? +A: The script need this password in order to be able to create the wordpress database and det the correct permisions. + ### More guides More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk)