You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mariaDB is running in Docker on given host with the same vars.
I can connect to the Database using cli with mariadb --host=192.168.168.26 -u Secr3t -p.
But when I start photon-reddit it says Couldn't connect to DB.
This shows up in mariaDB logs while trying to connect: [Warning] Aborted connection 7 to db: 'Secr3t' user: 'Secr3t' host: '172.28.0.1' (Got an error reading communication packets)
The text was updated successfully, but these errors were encountered:
I've setup photon-reddit on my local system and tried to connect to my mariadb server instance with these env.:
The mariaDB is running in Docker on given host with the same vars.
I can connect to the Database using cli with
mariadb --host=192.168.168.26 -u Secr3t -p
.But when I start photon-reddit it says
Couldn't connect to DB
.This shows up in mariaDB logs while trying to connect:
[Warning] Aborted connection 7 to db: 'Secr3t' user: 'Secr3t' host: '172.28.0.1' (Got an error reading communication packets)
The text was updated successfully, but these errors were encountered: