# grep -r bind-address /etc/mysql/ /etc/mysql/my.cnf.migrated:# bind-address = 127.0.0.1 /etc/mysql/mariadb.conf.d/60-galera.cnf:#bind-address = 0.0.0.0 /etc/mysql/mariadb.conf.d/50-server.cnf:bind-address = 127.0.0.1
You can see that the other two are commented out. I also noticed that skip-networking is ignored.