Merge pull request #288 from nextcloud/stable11-287

Fix typo in mysql config
This commit is contained in:
Morris Jobke 2016-12-20 15:55:50 +01:00 committed by GitHub
commit 650ce51a0a

View File

@ -13,7 +13,7 @@ installation needs to be tweaked a bit.
[mysqld]
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_file_per_table=1
3. Restart the MySQL server in case you changed the configuration in step 2.
4. Change your databases character set and collation::