diff --git a/03-setup-nextcloud/README.md b/03-setup-nextcloud/README.md index bd5a2fb..e49969b 100644 --- a/03-setup-nextcloud/README.md +++ b/03-setup-nextcloud/README.md @@ -34,7 +34,7 @@ Now, set a database root password: `/usr/bin/mysqladmin -u root password` Next, create the database: * Start the mysql client: `mysql -u root -p` * Create the nextcloud database: `CREATE DATABASE nextclouddb` -* Create/grant the nextcloud user: `GRANT ALL ON nextcloudb.* TO nextcloud@localhost IDENTIFIED BY 'SecurePasswordHere';` - Obviously, change this password. And remember these credentials, since we'll need them in the nextcloud setup. +* Create/grant the nextcloud user: `GRANT ALL ON nextclouddb.* TO nextcloud@localhost IDENTIFIED BY 'SecurePasswordHere';` - Obviously, change this password. And remember these credentials, since we'll need them in the nextcloud setup. ### SQLite