Fixing MariaDB socket authentication on Debian
Narf [Unofficial]
February 20, 2026
For a while, my system users have not been able to connect to a local MariaDB using the Unix socket. I finally sat down and traced a fix down.
tl;dr: alter user 'root'@'localhost' identified via unix_socket; Continue reading →
The post Fixing MariaDB socket authentication on Debian first appeared on Narf.
Discussion in the ATmosphere