Hi, not sure if I’m in the right section here, but I’m having problem installing/setting up mariaDB on a fresh HA installation.
so HA is on the absolute latest version and I am using this config
and in configuration.yaml
recorder:
db_url: mysq+pymysql://mymariadb:[email protected]/homeassistant?charset=utf8mb4
I tried this initially but didn’t work
recorder:
db_url: mysq+pymysql://mymariadb:SuperComplexPassword@core-mariadb/homeassistant?charset=utf8mb4
Any pointers please? Thanks