Tried to fix db config.

It seems the db is working without the config now. so this will probably be removed.
This commit is contained in:
madmaurice 2018-09-14 12:08:31 +02:00 committed by Hive
parent 017fa04b0f
commit febf1297be
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[mysqld]
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=1
innodb_large_prefix = on
innodb_file_format = barracuda
innodb_file_per_table = 1