Hi!
a.sm...@ukgrid.net schrieb:
> According to this you must install OpenSSL then compile MySQL from
> source
>
> http://dev.mysql.com/doc/refman/5.0/en/secure-basics.html
You cannot (in general) assume that some hint you find somewhere for
MySQL 5.0 still applies to MySQL 5.1.
Specifically
According to this you must install OpenSSL then compile MySQL from source
http://dev.mysql.com/doc/refman/5.0/en/secure-basics.html
Would be nice if someone on the list with prior experience would comment
Quoting Tompkins Neil :
Hi
I found this documentation. However, I need more in
o server
>> is
>> running fine. However, we now want to set-up the replication with SSL to
>> ensure that all data which is replicated both ways between the two servers
>> is encrypted. Currently on the Ubuntu 10.04 server, SSL has been
>> installed
>> and is al
and Windows 2003 with
MySQL 5.1.46. Normal master to master replication between the two server is
running fine. However, we now want to set-up the replication with SSL to
ensure that all data which is replicated both ways between the two servers
is encrypted. Currently on the Ubuntu 10.04 server
Hi,
We are running Ubuntu 10.04 LTS with MySQL 5.1.46 and Windows 2003 with
MySQL 5.1.46. Normal master to master replication between the two server is
running fine. However, we now want to set-up the replication with SSL to
ensure that all data which is replicated both ways between the two
Hello,
I am trying to ensure replication between master and slave is using
ssl. I followed the instructions in section 6.4 of the reference guide
and simply added REQUIRE SSL to the end of the grant statement when
creating the replication user. Replication works when I don't require
ssl, so