Mudanças entre as edições de "WordOps"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Criou página com 'allow root access from a specific address (192.168.1.60) mariadb -e "grant all privileges on *.* to 'quijaua'@'192.168.1.60' IDENTIFIED BY 'password' with grant option;"...')
 
Linha 5: Linha 5:
  
 
How to Use a Remote Database with WordOps
 
How to Use a Remote Database with WordOps
 +
 +
adduser --home /var/www/ead.quijaua.net/htdocs/ \
 +
--shell /bin/false --ingroup www-data quijaua
 +
 
* https://docs.vultr.com/how-to-use-a-remote-database-with-wordops
 
* https://docs.vultr.com/how-to-use-a-remote-database-with-wordops

Edição das 15h08min de 18 de agosto de 2024

allow root access from a specific address (192.168.1.60)

mariadb -e "grant all privileges on *.* to 'quijaua'@'192.168.1.60'  IDENTIFIED BY 'password' with grant option;"


How to Use a Remote Database with WordOps

adduser --home /var/www/ead.quijaua.net/htdocs/ \
--shell /bin/false --ingroup www-data quijaua