mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
fixed InnoDB compatibility issues
This commit is contained in:
parent
f609009c65
commit
fab5c83952
2 changed files with 4 additions and 4 deletions
|
|
@ -21,9 +21,9 @@ bind-address = 0.0.0.0
|
|||
|
||||
|
||||
[mysqld]
|
||||
innodb-file-format=barracuda
|
||||
innodb-file-per-table=1
|
||||
innodb-large-prefix=1
|
||||
#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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: "mariadb:10.2"
|
||||
image: "mariadb:latest"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=123
|
||||
- MYSQL_USER=root
|
||||
|
|
|
|||
Loading…
Reference in a new issue