Is there a way to create a db connection from the IDE on my dev machine, to my XOJO Cloud hosted MariaDB?
I’m trying to debug SQL statements, but without connecting to the hosted db I’m not easily able to see errors etc.
Locally I’m running MySQL Community, and the XOJO host is running MariaDB. It’s a daunting task (for me) to setup a local MariaDB instance to test against, so I’m hoping to test against the hosted db on XOJO Cloud.
I’m using all these tools and successfully connecting to the database(s). But what I’m looking for is a way to have my Xojo IDE connect to the data source.
For debugging database issues and tunnels I highly recommend https://tableplus.com/ The free version does everything but limits number of open windows. For each connection you can enter tunnel info. If you a particular database it can automatically setup a tunnel.
That clarifies your issue well and what you want to accomplish. Although I can’t offer help, I am interested in what you find as a solution because I suspect this will be a common searched thread for cloud users.