Skip to content

Commit 38b4a90

Browse files
committed
Merge pull request geerlingguy#78 from caspark/master
Set pidfile even when not running via mysqld_safe
2 parents 0c224d8 + 984473e commit 38b4a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/my.cnf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ port = {{ mysql_port }}
88
bind-address = {{ mysql_bind_address }}
99
datadir = {{ mysql_datadir }}
1010
socket = {{ mysql_socket }}
11+
pid-file = {{ mysql_pid_file }}
1112

1213
# Logging configuration.
1314
{% if mysql_log_error == 'syslog' or mysql_log == 'syslog' %}

0 commit comments

Comments
 (0)