Habe die mariadb deinstallirt,die Konfigs gelöscht und die mariadb wieder installiert.Lief ohne Fehler durch.
Aber leider lässt sich das Mistding nicht starten.Was ist da los?
oot@hp-server:~# journalctl -f -u mariadb
-- Logs begin at Tue 2019-07-23 08:39:01 CEST. --
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] Event Scheduler: Purging the queue. 0 events
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: FTS optimize thread exiting.
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Buffer pool(s) load aborted due to user instigated abort at 201204 13:29:37
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Dumping of buffer pool not started as load was incomplete
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Starting shutdown...
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] InnoDB: Shutdown completed; log sequence number 78675059911; transaction id 22124450
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] /usr/sbin/mysqld: Shutdown complete
Dez 04 13:29:39 hp-server systemd[1]: mariadb.service: Failed with result 'exit-code'.
Dez 04 13:29:39 hp-server systemd[1]: Failed to start MariaDB 10.3.25 database server.
Display More
root@hp-server:~# systemctl start mariadb
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
root@hp-server:~# systemctl status mariadb
● mariadb.service - MariaDB 10.3.25 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-12-04 13:29:39 CET; 3min 8s ago
Docs: man:mysqld(8)
https://mariadb.com/kb/en/library/systemd/
Process: 26974 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Process: 26979 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 26988 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [>
Process: 26997 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 27035 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 27038 ExecStartPost=/etc/mysql/debian-start (code=exited, status=203/EXEC)
Main PID: 26997 (code=exited, status=0/SUCCESS)
Status: "MariaDB server is down"
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] Event Scheduler: Purging the queue. 0 events
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: FTS optimize thread exiting.
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Buffer pool(s) load aborted due to user instigated abort at 2>
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Dumping of buffer pool not started as load was incomplete
Dez 04 13:29:37 hp-server mysqld[26997]: 2020-12-04 13:29:37 0 [Note] InnoDB: Starting shutdown...
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] InnoDB: Shutdown completed; log sequence number 78675059911; transact>
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
Dez 04 13:29:39 hp-server mysqld[26997]: 2020-12-04 13:29:39 0 [Note] /usr/sbin/mysqld: Shutdown complete
Dez 04 13:29:39 hp-server systemd[1]: mariadb.service: Failed with result 'exit-code'.
lines 1-23
Display More