How to enable ssl for my mysql

I recently installed mysql using apt-get. As the highest version that it can install, it is mysql 5.1.X, so it was. When I check the binary, it did not have SSL support. Probably this binary cannot be compiled with this at that time.

Now I would like to enable SSL replication between my master and server. How can i do this.

Do I need to proceed with fresh binary installation which has SSL support..
OR
Do we have any work around to enable SSL to my existing installation.
+3
source share

All Articles