<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
_______________________________________________
Opendnssec-user mailing list
Opendnssec-user@lists.opendnssec.org
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to