Disabled STRICT_TRANS_TABLES for compatibility

This commit is contained in:
Daniel Winzen
2019-01-05 12:14:47 +01:00
parent ee7e1d11ca
commit b5d8b79b8e

View File

@ -4,24 +4,25 @@ default-character-set = utf8mb4
[mysqld]
character_set_server = utf8mb4
collation_server = utf8mb4_general_ci
[mysqld]
innodb_buffer_pool_size=1G
innodb_buffer_pool_instances=1
#myisam_sort_buffer_size=200K
#bulk_insert_buffer_size=1M
#sort_buffer_size=1M
innodb_log_buffer_size=16M
innodb_log_file_size=128M
innodb_flush_log_at_trx_commit=2
#innodb-defragment=1
skip_name_resolve=1
query_cache_size=128M
query_cache_limit=4M
max_connections=500
table_open_cache=15000
tmp_table_size=16M
max_heap_table_size=16M
join_buffer_size=4M
aria_pagecache_buffer_size=8M
aria_sort_buffer_size=8M
open_files_limit=100000
innodb_buffer_pool_size = 1G
innodb_buffer_pool_instances = 1
#myisam_sort_buffer_size = 200K
#bulk_insert_buffer_size = 1M
#sort_buffer_size = 1M
innodb_log_buffer_size = 16M
innodb_log_file_size = 128M
innodb_flush_log_at_trx_commit = 2
#innodb-defragment = 1
skip_name_resolve = 1
query_cache_size = 128M
query_cache_limit = 4M
max_connections = 500
table_open_cache = 15000
tmp_table_size = 16M
max_heap_table_size = 16M
join_buffer_size = 4M
aria_pagecache_buffer_size = 8M
aria_sort_buffer_size = 8M
open_files_limit = 100000
bind_address = 127.0.0.1
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION