Space Monkey
Basic Pleskian
I followed this guide https://support.plesk.com/hc/en-us/...5-to-5-6-5-7-or-MariaDB-5-5-to-10-x-on-Linux-
When I start step 6 I get:
When I check the status it says the following:
But I can't start the DB because then I get the first error.
Luckily I took a snapshop gheghe but what went wrong and how can I fix it?
When I start step 6 I get:
Job for mariadb.service failed because the control process exited with error cod e.
See "systemctl status mariadb.service" and "journalctl -xe" for details
When I check the status it says the following:
Code:
# systemctl status mariadb.service
● mariadb.service - MariaDB 11.0.2 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 2023-06-26 07:43:25 UTC; 2min 3s ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Process: 6633 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exite
Process: 6601 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr
Process: 6590 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0
Process: 6588 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/
Main PID: 6633 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [Note] InnoDB: Loading buffer pool(s) from /va
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [Note] Plugin 'FEEDBACK' is disabled.
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [Note] Plugin 'wsrep-provider' is disabled.
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [Note] Server socket created on IP: '127.0.0.1
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [ERROR] Can't start server: Bind on TCP/IP por
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [ERROR] Do you already have another server run
Jun 26 07:43:24 Alternus.nl mariadbd[6633]: 2023-06-26 7:43:24 0 [ERROR] Aborting
Jun 26 07:43:25 Alternus.nl systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
Jun 26 07:43:25 Alternus.nl systemd[1]: mariadb.service: Failed with result 'exit-code'.
Jun 26 07:43:25 Alternus.nl systemd[1]: Failed to start MariaDB 11.0.2 database server.
lines 1-24...skipping...
● mariadb.service - MariaDB 11.0.2 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 2023-06-26 07:43:25 UTC; 2min 3s ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Process: 6633 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
Process: 6601 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=
Process: 6590 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 6588 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Main PID: 6633 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"
Luckily I took a snapshop gheghe but what went wrong and how can I fix it?