mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 13:54:20 +01:00
Merge pull request #78 from caspark/master
Set pidfile even when not running via mysqld_safe
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user