Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [mariadb]
  2. server_id=3315
  3. log-bin
  4. log-basename=master_co_denver_ne
  5.  
  6. [mysqld]
  7. datadir=e:/data/co-denver-ne
  8. #skip-networking
  9. enable-named-pipe
  10. socket=MySQL-CO-Denver-NE
  11. port=3315
  12. max_connections=100000
  13. skip-external-locking
  14. key_buffer_size = 384M
  15. max_allowed_packet = 50M
  16. table_open_cache = 512
  17. sort_buffer_size = 2M
  18. read_buffer_size = 2M
  19. read_rnd_buffer_size = 8M
  20. myisam_sort_buffer_size = 64M
  21. thread_cache_size = 8
  22. query_cache_size = 32M
  23. #thread_concurrency = 8
  24. innodb_lock_wait_timeout = 5000
  25.  
  26. #innodb_flush_log_at_trx_commit = 2
  27. #innodb_log_file_size = 256M
  28. #innodb_flush_method = O_DIRECT
  29. #innodb_buffer_pool_size = 5000M
  30.  
  31.  
  32. [client]
  33. socket=MySQL-CO-Denver-NE
  34. protocol=pipe
  35. port=3315
  36.  
  37. [mysqldump]
  38. quick
  39. max_allowed_packet = 16M
  40.  
  41. [mysql]
  42. no-auto-rehash
  43. # Remove the next comment character if you are not familiar with SQL
  44. #safe-updates
  45.  
  46. [myisamchk]
  47. key_buffer_size = 256M
  48. sort_buffer_size = 256M
  49. read_buffer = 2M
  50. write_buffer = 2M
  51.  
  52. [mysqlhotcopy]
  53. interactive-timeout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement