Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Both sides previous revision Révision précédente
Prochaine révision Both sides next revision
si:nextcloud [2018/07/27 15:41]
dino
si:nextcloud [2018/07/27 15:49]
dino
Ligne 15: Ligne 15:
  
 chmod -R 750 /​var/​www/​nextcloud chmod -R 750 /​var/​www/​nextcloud
 +
 +
 +
 +coté DB
 +
 +mysql -u root -p
 +
 +creation de l'​utilisateur nextcloud et ce la base
 +
 +CREATE DATABASE nextcloud;
 +
 +CREATE USER "​nextcloud"​@"​XXXXXXXX"​ ;
 +
 +SET password FOR "​nextcloud"​@"​XXXXX"​ = password('​mon_password'​);​
 +
 +GRANT ALL PRIVILEGES ON nextcloud.* TO "​nextcloud"​@"​XXXXXXX"​ IDENTIFIED BY "​mon_password";​
 +
 +FLUSH PRIVILEGES;
 +
 +
 
/var/lib/dokuwiki/data/pages/si/nextcloud.txt · Dernière modification: 2019/07/31 15:39 par dino
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki