From e1ffa0b96b530cf0ae30acd9d1364198c3f589ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Schr=C3=B6der?= Date: Mon, 5 Mar 2018 10:07:46 +0100 Subject: [PATCH] Update mysql_4byte_support.rst Added php for the instructions of changing the config.php and converting the existing tables. --- admin_manual/configuration_database/mysql_4byte_support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.