mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #701 from aquaritus/master
Update mysql_4byte_support.rst
This commit is contained in:
commit
5b1034dde3
@ -20,11 +20,11 @@ installation needs to be tweaked a bit.
|
||||
|
||||
5. Set the ``mysql.utf8mb4`` config to true in your config.php::
|
||||
|
||||
$ sudo -u www-data occ config:system:set mysql.utf8mb4 --type boolean --value="true"
|
||||
$ sudo -u www-data php occ config:system:set mysql.utf8mb4 --type boolean --value="true"
|
||||
|
||||
6. Convert all existing tables to the new collation by running the repair step::
|
||||
|
||||
$ sudo -u www-data occ maintenance:repair
|
||||
$ sudo -u www-data php occ maintenance:repair
|
||||
|
||||
Now you should be able to use Emojis in your file names, calendar events, comments and many more.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user