Hello
i need your help
After turning off the server and turning it on again, my MySQL database no longer works.
How can I revive mysql with ERROR 2002 (HY000)?:
Scroll down for pics
Root: systemctl status mysqld.service
mysql.sock
only 0 bytes so the file exists but without content. See Pics
Do you have a trick / tip?
Please look pictures
Thank you in advance!

i need your help
After turning off the server and turning it on again, my MySQL database no longer works.
How can I revive mysql with ERROR 2002 (HY000)?:
Scroll down for pics
Root: systemctl status mysqld.service
Also has● mysqld.service - MySQL Server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/mysqld.service.d
└─limits.conf
Active: failed (Result: start-limit) since Mi 2023-08-09 06:03:03 EDT; 4min 24s ago
Docs: man:mysqld(8)
MySQL :: MySQL 8.1 Reference Manual :: 2.5.9 Managing MySQL Server with systemd
Process: 22421 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS (code=exited, status=1/FAILURE)
Process: 22389 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: mysqld.service: control process exited, code=exited status=1
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: Failed to start MySQL Server.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: Unit mysqld.service entered failed state.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: mysqld.service failed.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: mysqld.service holdoff time over, scheduling restart.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: Stopped MySQL Server.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: start request repeated too quickly for mysqld.service
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: Failed to start MySQL Server.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: Unit mysqld.service entered failed state.
Aug 09 06:03:03 prof-vds-1.xx-x.com systemd[1]: mysqld.service failed.
mysql.sock
only 0 bytes so the file exists but without content. See Pics
Do you have a trick / tip?
Please look pictures
Thank you in advance!


Last edited by a moderator: