Disabled STRICT_TRANS_TABLES for compatibility
This commit is contained in:
@ -4,24 +4,25 @@ default-character-set = utf8mb4
|
|||||||
[mysqld]
|
[mysqld]
|
||||||
character_set_server = utf8mb4
|
character_set_server = utf8mb4
|
||||||
collation_server = utf8mb4_general_ci
|
collation_server = utf8mb4_general_ci
|
||||||
[mysqld]
|
innodb_buffer_pool_size = 1G
|
||||||
innodb_buffer_pool_size=1G
|
innodb_buffer_pool_instances = 1
|
||||||
innodb_buffer_pool_instances=1
|
#myisam_sort_buffer_size = 200K
|
||||||
#myisam_sort_buffer_size=200K
|
#bulk_insert_buffer_size = 1M
|
||||||
#bulk_insert_buffer_size=1M
|
#sort_buffer_size = 1M
|
||||||
#sort_buffer_size=1M
|
innodb_log_buffer_size = 16M
|
||||||
innodb_log_buffer_size=16M
|
innodb_log_file_size = 128M
|
||||||
innodb_log_file_size=128M
|
innodb_flush_log_at_trx_commit = 2
|
||||||
innodb_flush_log_at_trx_commit=2
|
#innodb-defragment = 1
|
||||||
#innodb-defragment=1
|
skip_name_resolve = 1
|
||||||
skip_name_resolve=1
|
query_cache_size = 128M
|
||||||
query_cache_size=128M
|
query_cache_limit = 4M
|
||||||
query_cache_limit=4M
|
max_connections = 500
|
||||||
max_connections=500
|
table_open_cache = 15000
|
||||||
table_open_cache=15000
|
tmp_table_size = 16M
|
||||||
tmp_table_size=16M
|
max_heap_table_size = 16M
|
||||||
max_heap_table_size=16M
|
join_buffer_size = 4M
|
||||||
join_buffer_size=4M
|
aria_pagecache_buffer_size = 8M
|
||||||
aria_pagecache_buffer_size=8M
|
aria_sort_buffer_size = 8M
|
||||||
aria_sort_buffer_size=8M
|
open_files_limit = 100000
|
||||||
open_files_limit=100000
|
bind_address = 127.0.0.1
|
||||||
|
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
|
||||||
|
Reference in New Issue
Block a user