Advertisement
valdo123

MySQL Tuning

Mar 24th, 2023 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. query_cache_limit = 128K
  2. query_cache_size = 64M
  3. query_cache_type = 1
  4. query_cache_min_res_unit= 512
  5. sql_mode = NO_ENGINE_SUBSTITUTION
  6. performance-schema = 0
  7.  
  8. innodb_log_file_size = 256M
  9. innodb_buffer_pool_size = 4G
  10. innodb_log_buffer_size = 512M
  11. innodb_file_per_table = 1
  12. innodb_buffer_pool_instances = 8
  13. innodb_thread_concurrency = 0
  14. innodb_flush_log_at_trx_commit= 2
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement