Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [client]
  2. no-beep
  3. port=3306
  4. [mysql]
  5. default-character-set=utf8
  6. [mysqld]
  7. port=3306
  8. datadir="C:/ProgramData/MySQL/MySQL Server 5.6/data"
  9. character-set-server=utf8
  10. default-storage-engine=INNODB
  11. sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
  12. log-output=NONE
  13. general-log=0
  14. general_log_file="USER-PC.log"
  15. slow-query-log=0
  16. slow_query_log_file="USER-PC-slow.log"
  17. long_query_time=10
  18. log-error="USER-PC.err"
  19. max_connections=100
  20. query_cache_size=0
  21. table_open_cache=2000
  22. tmp_table_size=51M
  23. thread_cache_size=9
  24. myisam_max_sort_file_size=100G
  25. myisam_sort_buffer_size=100M
  26. key_buffer_size=8M
  27. read_buffer_size=64K
  28. read_rnd_buffer_size=256K
  29. sort_buffer_size=256K
  30. innodb_additional_mem_pool_size=100M
  31. innodb_flush_log_at_trx_commit=1
  32. innodb_log_buffer_size=4M
  33. innodb_buffer_pool_size=305M
  34. innodb_log_file_size=100M
  35. innodb_thread_concurrency=9
  36. innodb_autoextend_increment=64M
  37. innodb_buffer_pool_instances=8
  38. innodb_concurrency_tickets=5000
  39. innodb_old_blocks_time=1000
  40. innodb_open_files=300
  41. innodb_stats_on_metadata=0
  42. innodb_file_per_table=1
  43. innodb_checksum_algorithm=0
  44. back_log=70
  45. flush_time=0
  46. join_buffer_size=256K
  47. max_allowed_packet=4M
  48. max_connect_errors=100
  49. open_files_limit=4110
  50. query_cache_type=0
  51. sort_buffer_size=256K
  52. table_definition_cache=1400
  53. binlog_row_event_max_size=8K
  54. sync_master_info=10000
  55. sync_relay_log=10000
  56. sync_relay_log_info=10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement