Suddenly after a reboot, the recorder won’t start anymore. Can anyone help me out here?
More topics are reporting this same error:
Error during connection setup: (MySQLdb._exceptions.OperationalError) (1130, "Host 'core-samba.local.hass.io' is not allowed to connect to this MariaDB server")
(Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)
I tried changing the MariaDB config: “host”: “%”
Also tried this change in configuration.yaml: db_url: mysql://hass:drk-jo4e1z-3d4pdr98f@core-mariadb/homeassistant
to: db_url: mysql://hass:[email protected]/homeassistant
And also uninstalled and reinstalled the MariaDB Hass.io add-on. But no luck.
Hass.io / HA 0.97.2 / supervisor 184 / host Ubuntu Server 18.04.2
In the 2.0 as I see there is no option host, so as I see there is no way to reach the db from outside.
I can’t find any relevant in documents. Guys, you who had this porblem and solved with host param, what’s your opinion?