docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 mysql-mailcow

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 mysql-mailcow

Show the last 100 MySQL container log lines

mysql-mailcow holds the mailcow database with mailboxes, aliases, domains, and quarantine state. Log lines cover InnoDB recovery and query errors, and MySQL 8 containers log slow queries when enabled. Disk-full errors here take down the whole UI and mail delivery.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.