2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Merge pull request #41 from yeisonvargasf/master

Removed innodb configs because cause error with MariaDB 10.3
This commit is contained in:
Chinmay Pai 2018-09-28 13:34:12 +05:30 committed by GitHub
commit 732dc1c035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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