Hi,
iâve got an similar problem. I canât connect to my sql database on a different pi.
I created a new database called ha and created also an user with permissions for the specific database.
mit config:
recorder:
db_url: mysql://*****:****@192.168.178.91:3306/ha?charset=utf8
I get this log entry:
Error during connection setup: (MySQLdb._exceptions.OperationalError) (2002, "Can't connect to MySQL server on '192.168.178.91' (115)")
(Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
The IP-Adress is correct and the port as well.
i tried to google the error, but found no results. Maybe someone can help?
Im running hass.io.