Connecting to a MySQL db on a remote server
My DB is on one server, that is protected by SSH.
I need a connection string that will let me tunnel into the server, pass credentials, access MySQL & make a connection.
I need this string for a merge application. I can't seem to connect to any DB that is behind SSH.
Please advise the syntax for a connection string to work.
Thanks in advance.
I need a connection string that will let me tunnel into the server, pass credentials, access MySQL & make a connection.
I need this string for a merge application. I can't seem to connect to any DB that is behind SSH.
Please advise the syntax for a connection string to work.
Thanks in advance.
Selected Articles
