mariadb.service fails after update.

Hello.

I just updated to the latest version wia dietpi_update, and after that the mariadb.service fails to start.

Where can I find any useful log to find out what’s happening?

This is one possible solution:

https://dietpi.com/forum/t/solved-new-install-6-22-odroid-xu4-mariadb-error/3107/1

Nope.

I changed the value to false in both service units and reloaded the daemon but it still fails.

What does

systemctl status mysql

report?

It is systemctl status mariadb, btw, although propably mysql is an ALIAS.

To show full service log:
journalctl -u mariadb
cat /var/log/mysql/error.log

Sorry old habits die hard :slight_smile: