mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-20 15:34:20 +01:00
remove pidfile shortcut
This commit is contained in:
@@ -23,7 +23,7 @@ mysql_enablerepo: ""
|
|||||||
mysql_port: "3306"
|
mysql_port: "3306"
|
||||||
mysql_bind_address: '0.0.0.0'
|
mysql_bind_address: '0.0.0.0'
|
||||||
mysql_datadir: /var/lib/mysql
|
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.
|
# Slow query log settings.
|
||||||
mysql_slow_query_log_enabled: no
|
mysql_slow_query_log_enabled: no
|
||||||
|
|||||||
Reference in New Issue
Block a user