Installing Zabbix 5.0 using Ubuntu 20.04 with MySQL and Apache.
Clean install on new system.
Section 2.c: create initial database. I get the following when trying to log in to mysql: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

The mysqld directory doesn't exist. Did the install command from the previous section (2.b) fail?
I did set the root user password and used that in the command above.
Thanks for the patience and help in learning.
Clean install on new system.
Section 2.c: create initial database. I get the following when trying to log in to mysql: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
The mysqld directory doesn't exist. Did the install command from the previous section (2.b) fail?
I did set the root user password and used that in the command above.
Thanks for the patience and help in learning.
Comment