Created
June 10, 2021 15:23
-
-
Save jermainee/aec28cbad3273857e5e6025a77af137c to your computer and use it in GitHub Desktop.
MySQL tweaks - /etc/mysql/conf.d/z_additional.cnf
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
[mysqld] | |
skip-log-bin | |
character-set-server = utf8mb4 | |
collation-server = utf8mb4_unicode_ci | |
skip-character-set-client-handshake | |
# innodb_buffer_pool_size should be about 70% of the ram on db-only servers | |
innodb_buffer_pool_size = 16G | |
max_allowed_packet = 1G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment