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)