diff --git a/admin_manual/configuration_database/mysql_4byte_support.rst b/admin_manual/configuration_database/mysql_4byte_support.rst index ae0bdd278..3e277f14a 100644 --- a/admin_manual/configuration_database/mysql_4byte_support.rst +++ b/admin_manual/configuration_database/mysql_4byte_support.rst @@ -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.