From f2328bbe6bb50b0e5b88ff0641938952b515b124 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 8 Feb 2020 20:02:25 +0100 Subject: [PATCH] Add note about innodb_large_prefix=true requirement (#7212) [skip ci] --- INSTALL | 5 +++++ UPGRADING | 3 +++ 2 files changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index c99cd5b8f..e76d4622a 100644 --- a/INSTALL +++ b/INSTALL @@ -117,6 +117,11 @@ Note 1: 'password' is the master password for the roundcube user. It is strongly recommended you replace this with a more secure password. Please keep in mind: You need to specify this password later in 'config/db.inc.php'. +Note 2: When using MySQL < 5.7.7 or MariaDB < 10.2.2 it is required to configure +the database engine with: + innodb_large_prefix=true + innodb_file_format=Barracuda + * SQLite -------- diff --git a/UPGRADING b/UPGRADING index ba072316b..b5f4806df 100644 --- a/UPGRADING +++ b/UPGRADING @@ -23,6 +23,9 @@ removed again. WARNING: Make sure files have proper owner/group for your setup. If you use tar to extract the package, `--no-same-owner` option might be helpful. WARNING: See Post-Upgrade Activities section below. +WARNING: If you use MySQL < 5.7.7 or MariaDB < 10.2.2 make sure to configure it with: + innodb_large_prefix=true + innodb_file_format=Barracuda Updating manually