Mysql service- unknown

carney12130

New member
Hi, I did a couple of system updates and now Mysql Service is unknown and websites are down, I have ran the install script again and it exits on mysql with status 100, I have tried to have a look around but can't find anything that jumps out as a problem, I can only guess that one of the updates has broken mysql

I'm running Ubuntu server 20.04, I have opened a support ticket but at the moment I'm running on a free license.
 

admin

Administrator
Staff member
Hi,

We replied to your ticket. Please share requested details in the ticket.

Thanks
 
# systemctl status mysql

● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: activating (start) since Thu 2024-06-06 21:19:05 CEST; 1s ago
Process: 230618 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 230626 (mysqld)
Status: "Server startup in progress"
Error: 99 (Cannot assign requested address)
Tasks: 31 (limit: 9477)
Memory: 372.4M
CGroup: /system.slice/mysql.service
└─230626 /usr/sbin/mysqld

Jun 06 21:19:05 vmi1004616.contaboserver.net systemd[1]: Starting MySQL Community Server...
 

admin

Administrator
Staff member
Hi,

It's stuck, it can happen because of many issues, a common one is limited resources or corrupted config. The Easiest and best option is to restart the server.

And, please make sure that your server has enough resources as per the requirements of your database and websites.

Thanks
 
Top