diff options
author | Martin <martin.mattel@diemattels.at> | 2017-03-23 11:12:58 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-28 09:35:36 +0200 |
commit | 99d60f43dcd1decb9a3cbd17270842617af6fbcd (patch) | |
tree | 8ceb90b8b3c8d098c98fd7e48eb462a67f9efcc9 /config/config.sample.php | |
parent | 86ccc8949f27f69f7ad895d345561567512a223a (diff) | |
download | nextcloud-server-99d60f43dcd1decb9a3cbd17270842617af6fbcd.tar.gz nextcloud-server-99d60f43dcd1decb9a3cbd17270842617af6fbcd.zip |
config.sample.php doc update for MySQL 4-Byte unicode
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 69567f0bce7..c0e897a8451 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1234,13 +1234,16 @@ $CONFIG = array( 'sqlite.journal_mode' => 'DELETE', /** - * If requirements are met (see below) this setting is set to true during setup + * During setup, if requirements are met (see below), this setting is set to true * and MySQL can handle 4 byte characters instead of 3 byte characters. * - * If you want to convert a 3-byte setup into a 4-byte setup please run the - * migration command: - * ./occ db:convert-mysql-charset - * + * If you want to convert an existing 3-byte setup into a 4-byte setup please + * set the parameters in MySQL as mentioned below run the migration command: + * ./occ db:convert-mysql-charset + * The config setting will be set automatically after a successful run. + * + * Consult the documentation for more details. + * * MySQL requires a special setup for longer indexes (> 767 bytes) which are * needed: * |