Hi, Maybe, first you can check MySQL documentation [0], [1]
[0] http://dev.mysql.com/doc/refman/5.0/en/secure-using-ssl.html [1] http://dev.mysql.com/doc/refman/5.0/en/secure-basics.html -- Muhammad Subair On Thu, Oct 8, 2009 at 6:03 PM, Tompkins Neil <neil.tompk...@googlemail.com>wrote: > Hi > > I wondered how you are getting on with installing SSL for mysql 5.1 server. > We are looking to install it too. Do you have any pointers/recommendations > ? > > Regards > Neil > > On Tue, Sep 8, 2009 at 11:36 PM, qt4x11 <qt4...@gmail.com> wrote: > > > I'm trying to set up my mysql 5.1 server to work over ssl, I'm following > > the > > directions at > > http://dev.mysql.com/doc/refman/5.0/en/secure-connections.html. > > I've confirmed that my server supports ssl > > > > mysql> SHOW VARIABLES LIKE 'have_ssl'; > > +---------------+-------+ > > | Variable_name | Value | > > +---------------+-------+ > > | have_ssl | YES | > > +---------------+-------+ > > >