Próbuje wgrać mysqla na mojego VPSa jednak podczas instalacji(konfiguracji) występuje błąd. Próbowałem kilka razy powtórzyć jednak nie pomogło 😕
root@vps1645110601:~# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) root@vps1645110601:~# systemctl start mysql Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details. root@vps1645110601:~# systemctl status mysql.service ● mysql.service - MySQL Community Server Loaded: loaded (/lib/systemd/system/mysql.service; bad; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2020-07-03 15:09:13 UTC; 7s ago Process: 549 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=1/FAILURE) Jul 03 15:09:12 vps1645110601 systemd[1]: mysql.service: Control process exited, code=exited status=1 Jul 03 15:09:12 vps1645110601 systemd[1]: mysql.service: Failed with result 'exit-code'. Jul 03 15:09:12 vps1645110601 systemd[1]: Failed to start MySQL Community Server. Jul 03 15:09:13 vps1645110601 systemd[1]: mysql.service: Service hold-off time over, scheduling restart. Jul 03 15:09:13 vps1645110601 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5. Jul 03 15:09:13 vps1645110601 systemd[1]: Stopped MySQL Community Server. Jul 03 15:09:13 vps1645110601 systemd[1]: mysql.service: Start request repeated too quickly. Jul 03 15:09:13 vps1645110601 systemd[1]: mysql.service: Failed with result 'exit-code'. Jul 03 15:09:13 vps1645110601 systemd[1]: Failed to start MySQL Community Server.
