# # iParapheur MySQL config file # [mysqld] # innodb_file_per_table = 1 open_files_limit = 8192 wait_timeout = 28800 # # * Fine Tuning # key_buffer_size = 16M max_allowed_packet = 16M thread_stack = 192K thread_cache_size = 200 max_connections = 360 # # * Query Cache Configuration # query_cache_limit = 32M query_cache_size = 64M tmp_table_size = 1024M max_heap_table_size = 1024M table_open_cache = 500 table_definition_cache = 400 # innodb_buffer_pool_size = 1024M innodb_read_io_threads = 32 innodb_write_io_threads = 32 innodb_locks_unsafe_for_binlog = 1 # # suggestion cdg85 # # innodb_lock_wait_timeout = 120 # # Ajout 03-2020 pour aider les migrations lower_case_table_names = 1