1
0
Fork 0
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:
Josué Tille 2024-05-06 15:06:37 +02:00
parent e6016c99eb
commit 35f45b59f0
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -809,9 +809,9 @@ secure_log_date_format = %b %e
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
<mysql> <mysql>
conn_type = host conn_type = host
list = localhost list = 127.0.0.1
<desc> <desc>
localhost = 3306, {{ db_user }}, {{ db_pwd }} 127.0.0.1 = 3306, {{ db_user }}, {{ db_pwd }}
</desc> </desc>
rigid = 0, 2, 0, 0, 0, 0 rigid = 0, 2, 0, 0, 0, 0
limit = 100, 100, 100, 100, 100, 100 limit = 100, 100, 100, 100, 100, 100