minor changes
This commit is contained in:
parent
e661349b00
commit
5820d3dfb9
@ -40,7 +40,7 @@ and also the default "sites-enabled" Nginx configurarion I use
|
|||||||
when you start troubleshooting.
|
when you start troubleshooting.
|
||||||
|
|
||||||
### Q and A
|
### Q and A
|
||||||
Q: Why does the script needs the root password for MariaDB ?\
|
Q: Why does the script need the MariaDB root password ?\
|
||||||
A: The script need this password in order to be able to create the wordpress database and det the correct permisions.
|
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
|
||||||
|
@ -33,7 +33,7 @@ printf -- "./wordpressinstall [-n] <wordpress domain>
|
|||||||
printf -- " [-d] <wordpress database name> \n"
|
printf -- " [-d] <wordpress database name> \n"
|
||||||
printf -- " [-u] <wordpress database user> \n"
|
printf -- " [-u] <wordpress database user> \n"
|
||||||
printf -- " [-p] <wordpress database password> \n"
|
printf -- " [-p] <wordpress database password> \n"
|
||||||
printf -- " [-r] <database root password> \n"
|
printf -- " [-r] <mariadb root password> \n"
|
||||||
printf -- " [-help] <this screen> \n\n"
|
printf -- " [-help] <this screen> \n\n"
|
||||||
printf -- "Examples: \n"
|
printf -- "Examples: \n"
|
||||||
printf -- "./wordpressinstall -n wp.something.xyz -d wpdb -u wpuser -p wppassword \n\n"; }
|
printf -- "./wordpressinstall -n wp.something.xyz -d wpdb -u wpuser -p wppassword \n\n"; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user