Fix typo in SQL

This commit is contained in:
Scott Williams 2024-09-14 13:22:52 -07:00
parent 7082ff3b3c
commit ae3bdc32b4

View file

@ -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