mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #41 from yeisonvargasf/master
Removed innodb configs because cause error with MariaDB 10.3
This commit is contained in:
commit
732dc1c035
1 changed files with 0 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ bind-address = 0.0.0.0
|
|||
|
||||
|
||||
[mysqld]
|
||||
innodb-file-format=barracuda
|
||||
innodb-file-per-table=1
|
||||
innodb-large-prefix=1
|
||||
character-set-client-handshake = FALSE
|
||||
character-set-server = utf8mb4
|
||||
collation-server = utf8mb4_unicode_ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue