After upgrading from 45.1 I git a recorder/logbook/history warning in my UI. Error below.
So digging deeper it seemed an error with MySql. (see putty error).
Googled on this and tried suggested solutions but still not working again.
In then end fully uninstalled MySQL and went back default SQL lite database; at least that was the plan. Still get below errors in the logs (What I tried: removing the reference to MySQL in the configuration YAML, sudo reboot, did another upgrade to make sure there where no dependencies not installed).
So 2 Q’s:
a) Anybody also having issues with HASS 46.0 and MySQL?
b) How can I revert back to default SQLlite?
Hass log 2017-06-05 13:10:27 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: libmysqlclient.so.18: cannot open shared object file: No such file or directory (retrying in 3 seconds)
Via putty: error: 'Can't connect to local MySQL server through socket '
I think all you need to do is comment out the db_url:, no? As SQLite is the default, it should create it on startup if you’re using recorder options without a db explicitly configured.
It might because it was previously using MySQL I had to explicitly state it had to use SQLite? The errors would continue in the log until I added the SQLite reference.