Disabled STRICT_TRANS_TABLES for compatibility
This commit is contained in:
@ -4,7 +4,6 @@ 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
|
||||||
@ -25,3 +24,5 @@ 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