Created
November 18, 2019 19:26
-
-
Save cjac/9612ae0122ddcbd86261a0202e94625b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo systemctl status mariadb | |
● mariadb.service - MariaDB 10.3.18 database server | |
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) | |
Active: failed (Result: exit-code) since Mon 2019-11-18 11:16:53 PST; 9min ago | |
Docs: man:mysqld(8) | |
https://mariadb.com/kb/en/library/systemd/ | |
Process: 32203 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=127) | |
Nov 18 11:16:53 raku systemd[1]: Starting MariaDB 10.3.18 database server... | |
Nov 18 11:16:53 raku systemd[1]: mariadb.service: Control process exited, code=exited status=127 | |
Nov 18 11:16:53 raku systemd[1]: Failed to start MariaDB 10.3.18 database server. | |
Nov 18 11:16:53 raku systemd[1]: mariadb.service: Unit entered failed state. | |
Nov 18 11:16:53 raku systemd[1]: mariadb.service: Failed with result 'exit-code'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment