why use ssh tunneling for mysql server?

Posted by ajsie on Server Fault See other posts from Server Fault or by ajsie
Published on 2010-03-29T13:18:57Z Indexed on 2010/03/29 13:23 UTC
Read the original article Hit count: 590

Filed under:
|
|

i've got ubuntu server acting as my lamp server for my php websites.

mysql server is installed and opened for the localhost port.

i have read about how to tunnel through ssh to my mysql server.

but i havent understood why this is better than opening the mysql server directly for the internet port.

cause in either way, a hacker could brute force the port for passwords. either mysql port (3306) if opened for the public or ssh (22) if using tunneling.

so why is it better to use ssh tunneling for mysql (and many other server applications)?

© Server Fault or respective owner

Related posts about mysql

Related posts about lamp