Hello everyone,
I installed Zabbix on Ubuntu 18.04 on VMWare, then I restart server. After that, I login to the web and have a trouble: "Error connecting to database: No such file or directory".

- I try to restart mysql service and server reply:
- I run "systemctl status mysql.service", and server reply:
I search google, and do something, but it's not work. So, please help me to fix this error.
Many thanks
I installed Zabbix on Ubuntu 18.04 on VMWare, then I restart server. After that, I login to the web and have a trouble: "Error connecting to database: No such file or directory".
- I try to restart mysql service and server reply:
Code:
Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.
Code:
● mysql.service - MySQL Community Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: [COLOR=#FF0000]failed [/COLOR](Result: exit-code) since Mon 2019-06-24 07:24:39 UTC; 53min ago Process: 6282 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid (code Process: 6258 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/S Jun 24 07:24:39 zabbix systemd[1]: mysql.service: Service hold-off time over, scheduling resta Jun 24 07:24:39 zabbix systemd[1]: mysql.service: Scheduled restart job, restart counter is at Jun 24 07:24:39 zabbix systemd[1]: Stopped MySQL Community Server. Jun 24 07:24:39 zabbix systemd[1]: mysql.service: Start request repeated too quickly. Jun 24 07:24:39 zabbix systemd[1]: mysql.service: Failed with result 'exit-code'. Jun 24 07:24:39 zabbix systemd[1]: [COLOR=#FF0000]Failed to start MySQL Community Server. [/COLOR]
Many thanks
Comment