mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix typo in mysql config - fixes #286
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f930583603
commit
a24107bd4c
@ -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::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user