04-21-2019, 04:53 PM
(04-15-2019, 03:38 PM)Hidden Refuge Wrote: 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.root@vps570089:~# systemctl start mariadb
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
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
And the journalctl command gave me long log so i took ss from it and iam uploading it now