Hi Andy,
I used the same user.
I list the steps that I made:
on the server MySQL (10.43.249.17) I created the user:
GRANT ALL PRIVILEGES ON *.* TO 'pippo'@'%' IDENTIFIED BY '*';
then, on the same server:
mysql --ssl-ca=/root/openssl/cacert.pem -u pippo -p
Enter password:
Welcome to the
Hi Stefano,
I'm guessing your remote (non-local) server is using a different user
account than your local server.
r...@localhost
r...@%
r...@somehost.com
are all different users. If your remote host, or wildhost user account
has the REQUIRE X509 flag (user must be certified) but your local
Hi,
I'm trying to make connections ssl.
I followed the MySQL guide and I've configured the server
then I created a normal user, without the REQUIRE SSL.
On the same server can connect with the only option:
mysql --ssl-ca=cacert.pem -u Pluto -p
but if I try to connect from another host, I must
Hi Seth,
I implemented SSL successfully just a couple of weeks ago on 5.1.30, and
I too found some aspects confusing. Here's my answers from my own
experience so please forgive me if they're inaccurate.
1) On the server side, I believe ssl-ca, ssl-cert and ssl-key are all
required to establ
Howdy,
I've read through all of the MySQL docs on SSL and I just need a brief
overview of a few things to understand some things that aren't crystal
clear to me since I'm not very familiar with SSL.
1) Which SSL options are *required*?
It seems that only ssl-key is _always_ required for
Ah well, got it done on my own. This might help someone else trying
to do this:
http://homepage.mac.com/kelleherk/iblog/C711669388/E20061121141451/
index.html
On Nov 21, 2006, at 11:41 AM, Kieran Kelleher wrote:
We have been doing onsite replication for a few years and now we
want to enabl
lt;[EMAIL PROTECTED]> wrote:
>Hi folk!
>
>I'm new to mysql and to databases...
>I'm using Fedora Core 4 with mysql 4.1.11-2 I need some application clients
>to connect the server using SSL connections. I've created and tested x509
>certificates using the w
I'm using the default Fedora Core 4 Linux mysql RPM package... I just create
x509 certificates and modify the /etc/my.cnf file to use these certificates.
The default mysqld init script doesn't work in its "normal' location, just
moving it to a different folder make it works. MySQL daemon runs by th
ed!com IT Department <[EMAIL PROTECTED]>
Date: Oct 13, 2005 10:16 AM
Subject: Re: Mysql with SSL connections
To: Israel Fernández Cabrera <[EMAIL PROTECTED]>
Israel Fernández Cabrera wrote:
> Hi folk!
>
> I'm new to mysql and to databases...
> I'm using Fedora Core 4
Hi folk!
I'm new to mysql and to databases...
I'm using Fedora Core 4 with mysql 4.1.11-2 I need some application clients
to connect the server using SSL connections. I've created and tested x509
certificates using the way mysql documentation explain, I've modified the
/etc
Is there anyway to see what connection threads are using ssl and which ones are not ?
ex: when i type
mysql> status;
one of the returned lines is
SSL:Cipher in use is DHE-RSA-AES256-SHA
is there any way to see the status of other treads like this?
or is there anyway the 's
nnection succeeded\n");
mysql_close(&mysql);
return EXIT_SUCCESS;
}
End program
>Fix:
Unknown.
>Submitter-Id:
>Originator:Michael Fuhr
>Organization:
Michael Fuhr
http://www.fuhr.org/~mfuhr/
>
>MySQL support: none
>Synopsis: mysqld cra
12 matches
Mail list logo