From 8c27f74a63c6eed61b859016757d0c74a80b044d Mon Sep 17 00:00:00 2001 From: acsfer Date: Tue, 7 Dec 2021 12:48:48 +0100 Subject: [PATCH] Update default row_format --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 4a28748b69c..68c0a0b44b0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1562,7 +1562,7 @@ $CONFIG = [ * Tables will be created with * * character set: utf8mb4 * * collation: utf8mb4_bin - * * row_format: compressed + * * row_format: dynamic * * See: * https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html