So what does it mean when my MariaDB docker table files are owned by systemd-coredump?

#mysql #mariadb #docker

@ryan means mariadb inside the container is running with the same UID/GID as what the systemd-coredump user has outside the container. I don't think it's a problem.