mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Removed innodb configs because cause error with MariaDB 10.3
This commit is contained in:
parent
6e8bb9a142
commit
00602940cd
1 changed files with 0 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ bind-address = 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
[mysqld]
|
[mysqld]
|
||||||
innodb-file-format=barracuda
|
|
||||||
innodb-file-per-table=1
|
|
||||||
innodb-large-prefix=1
|
|
||||||
character-set-client-handshake = FALSE
|
character-set-client-handshake = FALSE
|
||||||
character-set-server = utf8mb4
|
character-set-server = utf8mb4
|
||||||
collation-server = utf8mb4_unicode_ci
|
collation-server = utf8mb4_unicode_ci
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue