[Opendnssec-user] Problem with configuration; terse output

Jan-Piet Mens list at mens.de
Thu Feb 16 14:21:34 UTC 2023


>                        <MySQL>
>                                <Host Port="3306">localhost</Host>
>                        </MySQL>
>
>I can connect to mariadb with:
>mysql -h 127.0.0.1 -u ods -pCherry7Chunky8Voyage opendnssec

IIRC, accessing MySQL/MariaDB with the name 'localhost' differs from connecting
to the address '127.0.0.1'. The former uses the Unix domain socket, the latter
TCP.

You may wish to adjust accordingly.

	-JP


More information about the Opendnssec-user mailing list