Hi -
We have a Magento Cloud deployment and I’ve confirmed that I can connect to the MariaDB Database via DBeaver using an SSH Tunnel and a Private Key File generated as RSA (.ppk).
When I attempt to upload the file it says format not supported. Any thoughts?
I setup a test environment to replicate this with a Sample DB in Digital Ocean.
*I’m attaching screenshots as I’m going to blow this sample away once I figure out how to execute
Now that I can connect to the environment I want to access the Database behind it. I can do this in a SQL client because we define that its a SSH connection. However I’m struggling with how to achieve this in EasyMorph
With the screen below, of course my machine’s local is not the host but i’m not sure how to get around that piece. Any advice?
Please have in mind that EasyMorph use a version of Connector/Net which doesn’t support PEM Certificates so documentation page about PEM Certificates is not applicable to EasyMorph.
The other option for connecting to MariaDB with SSL certificate is to use ODBC driver and ODBC connector.
Thanks, Dmitry. I worked it out. It was permissions. I got the webadmin to assign me the correct permissions. Also they made a few changes and now I can connect directly and do not have to use ssh connection. Rykie