January 2018
Intermediate to advanced
446 pages
12h 57m
English
shell> sudo mkdir -pv /etc/systemd/system/mysqld.service.d
shell> sudo vi /etc/systemd/system/mysqld.service.d/override.conf
[Service]LimitNOFILE=max_open_files (ex: 102400)PIDFile=/path/to/pid/file (ex: /var/lib/mysql/mysql.pid)Nice=nice_level (ex: -10)Environment="LD_PRELOAD=/path/to/malloc/library" Environment="TZ=time_zone_setting"
shell> sudo systemctl daemon-reload
shell> sudo systemctl set-environment MYSQLD_OPTS="--general_log=1"or unset usingshell> sudo systemctl unset-environment MYSQLD_OPTS
Read now
Unlock full access