04-15-2019, 03:38 PM
You can see the error message or better said the reason for the failure of the MariaDB process startup by running the command that is suggested by systemd to see more details. journalctl (frontend for journald) is basically a log of all operations executed through/in systemd environment including errors.
To get the entry of the error you have to execute the startup of MariaDB again even if it fails and right after that run the journalctl command. So run these two commands and post the full output here for debugging.
Start MariaDB service:
Get the journalctl log:
To get the entry of the error you have to execute the startup of MariaDB again even if it fails and right after that run the journalctl command. So run these two commands and post the full output here for debugging.
Start MariaDB service:
Code: (Select All)
systemctl start mariadb
Get the journalctl log:
Code: (Select All)
journalctl -xe -l