0.67.1 Broke mysql connection

My HA docker container updated to 0.67.1 (Watchtower) and now my db connection is broken. HA is getting an “unauthorized”. I can connect manuallly to the db with same credentials.

log:

2018-04-22 09:35:16 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'ha'@'%' (using password: YES)") [SQL: "show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin'"] (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds)

Did you manage to resolve this?

yes, i swtiched to Mariadb.

Hm, not what I had in mind. Cheers!