mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Fix "ALTER DATABASE" command
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -18,7 +18,7 @@ installation needs to be tweaked a bit.
|
||||
3. Restart the MySQL server in case you changed the configuration in step 2.
|
||||
4. Change your databases character set and collation::
|
||||
|
||||
ALTER DATABASE nextcloud CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
|
||||
ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
|
||||
|
||||
5. Set the ``mysql.utf8mb4`` config to true in your config.php::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user