Owncloud

From James's Wiki
Revision as of 10:05, 1 September 2018 by Ractive (talk | contribs) (Created page with "download it mysql -u<username> -p<password> MariaDB [(none)]> create database owncloud; Query OK, 1 row affected (0.00 sec) MariaDB [(none)]> create user owncloud@localho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

download it


mysql -u<username> -p<password>

MariaDB [(none)]> create database owncloud;

Query OK, 1 row affected (0.00 sec)

MariaDB [(none)]> create user owncloud@localhost identified by '12345';

Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> grant all privileges on owncloud.* to owncloud@localhost identified by '12345';

Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> flush privileges;

Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> exit;

Bye

navigate to your page