mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 07:24:19 +01:00
remove pidfile shortcut
This commit is contained in:
@@ -23,7 +23,7 @@ mysql_enablerepo: ""
|
||||
mysql_port: "3306"
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
mysql_datadir: /var/lib/mysql
|
||||
__mysql_pid_file: /var/run/mysqld/mysqld.pid
|
||||
mysql_pid_file: /var/run/mysqld/mysqld.pid
|
||||
|
||||
# Slow query log settings.
|
||||
mysql_slow_query_log_enabled: no
|
||||
|
||||
Reference in New Issue
Block a user