"MySQL 오류 메시지는 다음과 같습니다. DBI 연결 실패: '/var/run/mysqld/mysqld.sock' 소켓(2)을 통해 로컬 MySQL 서버에 연결할 수 없습니다."

"MySQL 오류 메시지는 다음과 같습니다. DBI 연결 실패: '/var/run/mysqld/mysqld.sock' 소켓(2)을 통해 로컬 MySQL 서버에 연결할 수 없습니다."

Contabo 공급자를 통해 VPS를 업그레이드했는데 그 이후로 문제가 발생했습니다. 불행하게도 그들은 아무런 응답이나 지원을 제공하지 않았습니다.

명령을 실행하면 service mysql start가 반환됩니다.

The full MySQL error message was : DBI connect failed : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) ?

명령: sudo systemctl status mysql 은 다음을 제공합니다.

mysql.service - MySQL Community Server
     Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2023-10-30 03:51:56 CET; 9s ago
    Process: 4936 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=1/FAILURE)

Oct 30 03:51:56 vmi891613.contaboserver.net systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
Oct 30 03:51:56 vmi891613.contaboserver.net systemd[1]: Stopped MySQL Community Server.
Oct 30 03:51:56 vmi891613.contaboserver.net systemd[1]: mysql.service: Start request repeated too quickly.
Oct 30 03:51:56 vmi891613.contaboserver.net systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 30 03:51:56 vmi891613.contaboserver.net systemd[1]: Failed to start MySQL Community Server.

다시 시작하려고 했어요"sudo systemctl mysql 시작”이지만 다음과 같이 표시됩니다.

Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.

systemctl status mysql.service는 앞서 언급한 것과 동일한 기능을 제공합니다. VPS에서 내 웹사이트를 잃지 않고 이 문제를 해결하는 방법을 아는 사람이 있으면 도와주세요. 이 VPN에는 약 6개의 도메인이 있는데 서비스 제공업체(Contabo)는 도움을 주지 않습니다. 48시간이 지났고 재정적 피해는 날이 갈수록 계속해서 늘어났습니다.

관련 정보