1

I am getting this error when trying to set up Zabbix to my MySQL database on Ubuntu. They are running on the same VM.

However I am getting this error, and I have not found anything in the log files.

Does anyone know why this would happen or how to diagnose it?

Zabbix Set Up Error

dan
  • 11
  • 2

1 Answers1

2

You could check whether MySQL listens on that port. If not, you'd have to fix that.

But instead of using the port, why not use the socket if it's all running on the same system? To do so, set the server to localhost.

Richlv
  • 2,354
  • 1
  • 13
  • 18