I have a vps on hetzner, I installed mariadb, created a db and user on cleavr.
I installed a directus app on it and its working great.
Now I wish to connect via dbBeaver or heidisql to check out my db and it says can’t connect: timeout.
I am using my server ip, the db port and user / user password and correct database name but its not working. any idea ?
Cleavr firewall rules says I can connect thru 3306
I also can’t enable Database Monitoring (‘error enabling Monitoring.’)
Even if the documentation is for TablePlus the process will mostly be the same for any other database client. And when connecting to the database client make sure that you use SSH key option.
For the monitoring-related issue: you can try the Repair button or try re-installing the Monitoring service.
Thanks ! I feel stupid for not checking the docs.
It works now.
I was hoping to ping my db on my local project through the .env easily. oh well I’ll look at this later