Guest User

Untitled

a guest
Nov 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [client]
  2. user=root
  3. password=root
  4. host=localhost
  5.  
  6. [mysqld]
  7. sql_mode="NO_ENGINE_SUBSTITUTION"
  8. innodb_file_per_table = OFF
  9. show_compatibility_56=ON
  10. open_files_limit=999999
  11. log-error=/Users/riskiii/.valet/Log/mysql.log
  12. local_infile=ON
  13. secure_file_priv=""
  14. max_allowed_packet=1073741824
  15. max_connections = 100000
  16. key_buffer_size=1024M
  17. innodb_buffer_pool_size=1024M
  18. query_cache_size=67108864
  19. query_cache_type=1
  20. query_cache_limit=4194304
  21. table_open_cache=4096
  22. innodb_buffer_pool_instances=24
  23. myisam_sort_buffer_size=1024M
  24. innodb_sort_buffer_size=1024M
  25. sort_buffer_size=1024M
  26. innodb_flush_log_at_trx_commit=0
  27. innodb_log_file_size=25M
  28. interactive_timeout=3600
  29. max_connect_errors=1000000
  30. thread_cache_size=1024
  31. [mysqld_safe]
  32. open_files_limit = 999999
Add Comment
Please, Sign In to add comment