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:
parent
017fa04b0f
commit
febf1297be
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue