Last active
February 21, 2017 18:00
-
-
Save aaerofeev/d2bf1874c88dc21db34b32cc80d9956b to your computer and use it in GitHub Desktop.
Mysql Systemctl
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
# https://dev.mysql.com/doc/refman/5.7/en/using-systemd.html | |
# systemctl edit mysql | |
[Service] | |
LimitNOFILE=infinity | |
LimitMEMLOCK=infinity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment