How to install Nextcloud on Ubuntu Server - Part 2: installing Nextcloud

preview_player
Показать описание
This is part 2 of the Nextcloud install on Ubuntu Server. We are installing Nextcloud on the server.

Check out our Website and connect on Social Media!

#linux #nextcloud #ubuntu #ubuntuserver
Рекомендации по теме
Комментарии
Автор

Hello. So, I am trying to use a nfs share for the data folder and I have some errors. Whe conpying the files from /nextcould/data to the network share, I get a lot of errors "failed to preserve ownership". Any way around this?

nonyhaha
Автор

woow... perfect as usual Ermanno !
I am searching for part 3 .. is it available ?

kb
Автор

I install nextcloud while install OS ubutu, now how to i config.php, where file ? Plz help

kijutonett
Автор

my /mnt/fulldata directory got error from time to time, i need to unmount and mount it again, is there any solusion for this ?

HandyIskandar
Автор

create database is ok
grant all is not woorking
kan you help with it

khalilabdalla
Автор

Cool stuff! Did you upload Part 3 yet?

JakobRohde
Автор

Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 8.0.22-0ubuntu0.20.04.2 (Ubuntu)

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> CREATE DATABASE nextcloud1;
Query OK, 1 row affected (0.02 sec)

mysql> GRANT ALL ON nextcloud1.* TO 'khalil1'@'localhost' IDENTIFIED BY 'ragad50x';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTIFIED BY 'ragad50x'' at line 1
mysql>

khalilxify
Автор

Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 8.0.22-0ubuntu0.20.04.2 (Ubuntu)

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> CREATE DATABASE nextcloud2;
Query OK, 1 row affected (0.02 sec)

mysql> CREATE USER 'khalil2'@'localhost' IDENTIFIED BY 'ragad50x';
Query OK, 0 rows affected (0.03 sec)

mysql> GRANT ALL ON nextcloud2.* TO 'khalil2'@'localhost' IDENTIFIED BY 'ragad50x';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTIFIED BY 'ragad50x'' at line 1
mysql>

khalilxify