MariaDB error logs on Linux
To access the MariaDB error logs on a Linux system, you follow the system journal and follow the events in real time:
sudo journalctl -u mariadb -f
To access the MariaDB error logs on a Linux system, you follow the system journal and follow the events in real time:
sudo journalctl -u mariadb -f