Report this

What is the reason for this report?

MariaDB failing to start

Posted on March 31, 2025
root@moodle:~# sudo systemctl status mariadb
× mariadb.service - MariaDB 10.11.11 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Fri 2025-03-28 09:53:18 UTC; 2 days ago
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
    Process: 556 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
    Process: 575 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 582 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 >
    Process: 652 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILUR>
   Main PID: 652 (code=exited, status=1/FAILURE)
     Status: "MariaDB server is down"
        CPU: 215ms

Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [ERROR] InnoDB: File ./ib_logfile0 was not found
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [Note] InnoDB: Starting shutdown...
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [Note] Plugin 'FEEDBACK' is disabled.
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [ERROR] Unknown/unsupported storage engine: InnoDB
Mar 28 09:53:18 moodle mariadbd[652]: 2025-03-28  9:53:18 0 [ERROR] Aborting
Mar 28 09:53:18 moodle systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 09:53:18 moodle systemd[1]: mariadb.service: Failed with result 'exit-code'.
Mar 28 09:53:18 moodle systemd[1]: Failed to start mariadb.service - MariaDB 10.11.11 database server.
lines 1-23/23 (END)

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.