Hello,
I am trying to open zabbix after kernel update using (apt update && apt upgrade) on ubuntu 20.04
the status of the database using (service mariadb status) is inactive error picture is in link https://prnt.sc/pIYZtN0d1G4p.
I tried to listen to port using (netstat -tuln | grep 3306)
but no result
I am trying to open zabbix after kernel update using (apt update && apt upgrade) on ubuntu 20.04
the status of the database using (service mariadb status) is inactive error picture is in link https://prnt.sc/pIYZtN0d1G4p.
Code:
root@ubuntu:~# mysql -h localhost -u user database
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)
root@ubuntu:~# netstat -tuln | grep 3306
root@ubuntu:~# service mariadb status
○ mariadb.service - MariaDB 10.6.16 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Thu 2024-05-09 17:05:51 UTC; 46min ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Main PID: 77813 (code=exited, status=0/SUCCESS)
Status: "MariaDB server is down"
CPU: 13.238s
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Starting shutdown...
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Dumping buffer pool(s) to /var>
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Restricted to 2028 pages due t>
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Buffer pool(s) dump completed >
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Removed temporary tablespace d>
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] InnoDB: Shutdown completed; log sequen>
May 09 17:05:51 ubuntu mariadbd[77813]: 2024-05-09 17:05:51 0 [Note] /usr/sbin/mariadbd: Shutdown complete
May 09 17:05:51 ubuntu systemd[1]: mariadb.service: Deactivated successfully.
May 09 17:05:51 ubuntu systemd[1]: Stopped MariaDB 10.6.16 database server.
May 09 17:05:51 ubuntu systemd[1]: mariadb.service: Consumed 13.238s CPU time.
I tried to listen to port using (netstat -tuln | grep 3306)
but no result
Comment