docker/conf/mariadb/my.cnf
[mysqld] innodb_strict_mode="ON"sql-mode="STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"innodb_file_per_table=1innodb_buffer_pool_size=1024Minnodb_buffer_pool_instances = 3query_cache_type = 1query_cache_limit = 256Kquery_cache_min_res_unit = 2kquery_cache_size = 80M tmp_table_size=128Mmax_heap_table_size=128M skip-name-resolve character-set-server = utf8collation-server = utf8_general_ciinit-connect = 'SET NAMES utf8'