Merge pull request #78 from caspark/master

Set pidfile even when not running via mysqld_safe
This commit is contained in:
Jeff Geerling
2015-12-17 10:47:23 -06:00

View File

@@ -8,6 +8,7 @@ port = {{ mysql_port }}
bind-address = {{ mysql_bind_address }}
datadir = {{ mysql_datadir }}
socket = {{ mysql_socket }}
pid-file = {{ mysql_pid_file }}
# Logging configuration.
{% if mysql_log_error == 'syslog' or mysql_log == 'syslog' %}