Using SSL for mySQL database connections

I just learned from the following link that encrypted connections are not used by default for mySQL.

https://dev.mysql.com/doc/refman/5.0/en/ssl-connections.html

Does this mean that when the mySQL app that I use, connects to the remote server, that a hacker can see the password that is sent? Or does this mean that when I execute SELECT statements, the resulting data could potentially be seen by hackers? Fortunately I don’t store credit cards, however, I still want to make things as secure as possible.

Thank you!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.