'when I boot up mariadb service a problem appears
When I execute the command "systemctl status mariadb.service" the following error message appears:
mariadb.service - MariaDB 10.5.15 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: failed (Result: exit-code) since Mon 2022-03-14 10:25:00 CET; 1min 30s ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Process: 22078 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Process: 22079 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 22081 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $>
Process: 22111 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
Main PID: 22111 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: 10.5.15 started; log sequence number 45310; transaction id 20
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] Plugin 'FEEDBACK' is disabled.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some>
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Failed to initialize plugins.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Aborting
mar 14 10:25:00 mendo systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
mar 14 10:25:00 mendo systemd[1]: mariadb.service: Failed with result 'exit-code'.
mar 14 10:25:00 mendo systemd[1]: Failed to start MariaDB 10.5.15 database server.
Could you help me?
Thanks in advace!!!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
