accessing external mysql server through "ssh tunnel" - any drawbacks?

Posted by Max on Server Fault See other posts from Server Fault or by Max
Published on 2010-05-26T17:22:13Z Indexed on 2010/05/26 17:33 UTC
Read the original article Hit count: 152

Filed under:
|

In an upcoming project I have a two server setup: one is the application server and another, already existing runs the mysql server with databases I need to access. I contacted the server admin of the mysql server and the only way I can access the remote mysql databases is via "SSH tunnel". I have never done this before and never heard of it so far, so my question, are there any drawbacks, e. g. performance wise? Isnt it rather slow compared to directly accessing the mysql server on its default port?

© Server Fault or respective owner

Related posts about mysql

Related posts about ssh-tunnel