Failed to start MariaDB 10.3.23 database server.

How can I solve this?

systemctl start mysqld Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details. root@debian:/home/mohammadmishary# systemctl status mariadb.service ● mariadb.service - MariaDB 10.3.23 database server Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2020-10-06 22:24:01 PST; 15s ago Docs: man:mysqld(8) https://mariadb.com/kb/en/library/systemd/ Process: 6510 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS) Process: 6511 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS) Process: 6513 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recove Process: 6566 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE) Main PID: 6566 (code=exited, status=1/FAILURE) Status: "MariaDB server is down"

Oct 06 22:23:58 debian systemd[1]: Starting MariaDB 10.3.23 database server... Oct 06 22:23:58 debian mysqld[6566]: 2020-10-06 22:23:58 0 [Note] /usr/sbin/mysqld (mysqld 10.3.23-MariaDB-0+deb10u1) starting as Oct 06 22:24:01 debian systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE Oct 06 22:24:01 debian systemd[1]: mariadb.service: Failed with result 'exit-code'. Oct 06 22:24:01 debian systemd[1]: Failed to start MariaDB 10.3.23 database server.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.