mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
fix(redhat): added missing client socket
This commit is contained in:
parent
1c70b0abc1
commit
b0f370cf8b
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ RedHat:
|
|||
config:
|
||||
file: /etc/my.cnf
|
||||
sections:
|
||||
client: {}
|
||||
client:
|
||||
socket: /var/lib/mysql/mysql.sock
|
||||
mysqld_safe:
|
||||
log_error: /var/log/mysql/mysqld.log
|
||||
pid_file: /var/run/mysql/mysqld.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue