User Tools

Site Tools


nextcloud

This is an old revision of the document!


mysql -u root -p

Dann SQL-Datenbank und Nutzer dazu anlegen:

CREATE USER 'nextcloud'@'localhost' IDENTIFIED BY 'StrongDBP@SSwo$d'; CREATE DATABASE nextcloud; GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost'; FLUSH PRIVILEGES; QUIT

php.ini anpassen /etc/php/7.3/fpm/php.ini

date.timezone = Europe/Berlin memory_limit = 512M upload_max_filesize = 500M post_max_size = 500M max_execution_time = 300

nextcloud.1570122810.txt.gz · Last modified: 2019/10/03 17:13 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki