mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Force connect only on ipv4 for mysql
This commit is contained in:
parent
e6016c99eb
commit
35f45b59f0
1 changed files with 2 additions and 2 deletions
|
@ -809,9 +809,9 @@ secure_log_date_format = %b %e
|
|||
# -----------------------------------------------------------------------------
|
||||
<mysql>
|
||||
conn_type = host
|
||||
list = localhost
|
||||
list = 127.0.0.1
|
||||
<desc>
|
||||
localhost = 3306, {{ db_user }}, {{ db_pwd }}
|
||||
127.0.0.1 = 3306, {{ db_user }}, {{ db_pwd }}
|
||||
</desc>
|
||||
rigid = 0, 2, 0, 0, 0, 0
|
||||
limit = 100, 100, 100, 100, 100, 100
|
||||
|
|
Loading…
Add table
Reference in a new issue