From 6b360416acc362c2b059a14aa19974742d82acf6 Mon Sep 17 00:00:00 2001 From: OidaTiftla Date: Sat, 4 Jul 2020 22:53:48 +0200 Subject: [PATCH] Correct typo: emoijs -> emojis --- admin_manual/maintenance/restore.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/restore.rst b/admin_manual/maintenance/restore.rst index 8a35a6260..a66c9e73c 100644 --- a/admin_manual/maintenance/restore.rst +++ b/admin_manual/maintenance/restore.rst @@ -44,7 +44,7 @@ MySQL is the recommended database engine. To restore MySQL:: mysql -h [server] -u [username] -p[password] -e "DROP DATABASE nextcloud" mysql -h [server] -u [username] -p[password] -e "CREATE DATABASE nextcloud" -If you use UTF8 with multibyte support (e.g. for emoijs in filenames), use:: +If you use UTF8 with multibyte support (e.g. for emojis in filenames), use:: mysql -h [server] -u [username] -p[password] -e "DROP DATABASE nextcloud" mysql -h [server] -u [username] -p[password] -e "CREATE DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci"