Just thought I'd give Zabbix a try to see what all it offered and am getting some issue with the install. I am where you need to log into mysql and execute some commands and I get the following trying to get into mysql:
yamigami@yambuntu:~$ sudo -s
[sudo] password for yamigami:
root@yambuntu:/home/yamigami# mysql -uroot -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
root@yambuntu:/home/yamigami# apt install zabbix-server-mysql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
zabbix-server-mysql is already the newest version (1:7.0.2-1+ubuntu24.04).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Seems to be installed, just can't get into it for some reason.
Any help would be appreciated.
Thanks in advance.
yamigami@yambuntu:~$ sudo -s
[sudo] password for yamigami:
root@yambuntu:/home/yamigami# mysql -uroot -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
root@yambuntu:/home/yamigami# apt install zabbix-server-mysql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
zabbix-server-mysql is already the newest version (1:7.0.2-1+ubuntu24.04).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Seems to be installed, just can't get into it for some reason.
Any help would be appreciated.
Thanks in advance.
Comment