Created
March 4, 2023 17:57
-
-
Save musoftware/aa69bb208122e687d13b9e5037b88100 to your computer and use it in GitHub Desktop.
mysql configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# * Fine Tuning | |
key_buffer = 64M | |
max_allowed_packet = 128M | |
thread_cache_size = 30 | |
myisam-recover = BACKUP | |
max_connections = 150 | |
table_open_cache = 2048 | |
thread_concurrency = 10 | |
wait_timeout = 600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment