I’ve got Hassio on my Pi3 working fine, but I would like to acces the MarioDB from another computer. (So I could play with the sensor data like humidity etc.)
But with what free program can this be done? I can connect with Putty, but basically all I want to do is connect with the database, look up the correct sensor and copy this data to Excel or whatever for further analysis.
Who is the one who can point me in the right direction?!
Perhaps hassio is locking the db to localhost, otherwise you can connect to it using phpmyadmin or similar. I gave a server in germany with mariadb and connect to it from my laptop in Cyprus. But as said, hassio is special
Ok, managed to install Squirrel, but when I try to connect I get this message:
Hassio: Host '192.168.1.134' is not allowed to connect to this MariaDB server
class java.sql.SQLException: Host '192.168.1.134' is not allowed to connect to this MariaDB server
I try to connect with: jdbc:mysql://192.168.1.111:3306/homeassistant
I’m facing the same issue.
I have HAOS running on UTM on M1 with a network bridge, exposing everything to the local network via IP or local DNS.
The problem is I can’t connect to MariaDB using DataGrip; it shows ‘Connection refused.’
Surprisingly, even when I SSH, I can’t find or connect to MariaDB.
What I’m still trying to figure out is why mysql CLI connect without problems but when I try to connect via DataGrip or DBeaver I see an error in logs:
After some testing, I was able to connect on default settings via Table Plus I belive there are some incompatibility in db drivers in DataGrip and DBeaver