Fix MariaDB bind to localhost

This commit is contained in:
VirtuBox
2022-09-09 10:44:34 +02:00
parent 426fb7ce52
commit 0b08eb1db8

View File

@@ -45,7 +45,7 @@ skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = ::ffff:127.0.0.1
bind-address = localhost
#
# * Fine Tuning
#