Fix typo in SQL
This commit is contained in:
parent
7082ff3b3c
commit
ae3bdc32b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue