mysql ssl support

2004-09-30 Thread Andy Wong
Hi All, I'm confused by seemingly conflicting information between the mysql doc, the high performance mysql book, and a mysql press release (http://www.mysql.com/news-and-events/press-release/release_2003_05.html) regarding mysql's SSL support. What's the difference between

Re: SSL Support

2003-11-26 Thread Paul DuBois
At 0:05 + 11/27/03, [EMAIL PROTECTED] wrote: Hello, we currently have MySQL ver., 4.0.15 RPM installed on a RH/linux 7.3 system, and would like to enable SSL support, we have openssl installed. The "SHOW VARIABLES" indicates that SSL support is disabled, "have_openssl=NO&quo

SSL Support

2003-11-26 Thread [EMAIL PROTECTED]
Hello, we currently have MySQL ver., 4.0.15 RPM installed on a RH/linux 7.3 system, and would like to enable SSL support, we have openssl installed. The "SHOW VARIABLES" indicates that SSL support is disabled, "have_openssl=NO" Is it possible to enable with our my.cnf

Compiling MySQL with SSL support

2003-11-23 Thread Adam Gent
Hi, I am attempting to install mySQL with SSL support but keep getting build errors. I have openSSL 0.9.7c install into /usr/local/ssl I am attempting to install mySQL 4.0.16 I am using the following configure options CFLAGS="-O3 -mcpu=pentiumpro -I/usr/local/ssl/include" CXX=gc

Re: Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
linux, or even know half of what I am doing, but I will figure it out one way or another. Chris - Original Message - From: "Chris Torske" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 2:58 PM Subject: [mysql] Re: RE: Compiling MySQL w

Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
I find more out. Chris - Original Message - From: "Fortuno, Adam" <[EMAIL PROTECTED]> To: "'Chris Torske'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 10:59 AM Subject: [spam] RE: Compiling MySQL with SSL s

Compiling MySQL with SSL support

2003-10-09 Thread Chris Torske
Hopefuly someone will be able to save me, before I destroy my system too bad. I am trying to compile mysql 4.1.0 alpha with openssl support. I know I have everything needed installed on my system, gcc 3.2.2, and two copies of openssl. I originaly tried installing with the rpm, to hopefuly be

ssl support in MAX binaries?

2003-08-14 Thread renniw one
Hi, Is ssl support provided in the MAX mysql binary distribution. The website lists some of the features provided in MAX that are not provided in the Standard binary. However, the website does not list the full list of features that are supported in the MAX but not in the Standard. Ren

mysql_real_connect() hangs with SSL support

2003-06-06 Thread Karam Chand
Hello I have a MySQL 4.0.3 server with SSL option. I know that the SSL option is runnish coz when I do show variables...i am getting the value for ssl to be true :) I am writing a C app to connect to the MySQL server to do some jobs. I am using the mysql_real_connect() function to connect. The

RE: Cant connect with SSL support

2003-06-02 Thread Andrew
try connecting using the server name not localhost hth Andrew >-Original Message- >From: Karam Chand [mailto:[EMAIL PROTECTED] >Sent: 02 June 2003 14:43 >To: [EMAIL PROTECTED] >Subject: Cant connect with SSL support > > >Hello > >I have a MySQL 4.0.3 server

Cant connect with SSL support

2003-06-02 Thread Karam Chand
Hello I have a MySQL 4.0.3 server with SSL option. I know that the SSL option is runnish coz when I do show variables...i am getting the value for ssl to be true :) I am writing a C app to connect to the MySQL server to do some jobs. I am using the mysql_real_connect() function to connect. The

Cant connect with SSL support

2003-05-31 Thread Karam Chand
Hello I have a MySQL 4.0.3 server with SSL option. I know that the SSL option is runnish coz when I do show variables...i am getting the value for ssl to be true :) I am writing a C app to connect to the MySQL server to do some jobs. I am using the mysql_real_connect() function to connect. The

ODBC connection with ssl support

2002-12-04 Thread Giannis Vrentzos
Hello. I 'm trying to connect from vb to a mysql 4.0.5 server with ssl support with myodbc 3.51.The problem is that if i change the ssl_type in mysql.user table from nothing to 'ANY' or 'X509' i get the message of wrong password.Does anyone know what i have

re: Re: ssl support in mysql

2002-11-29 Thread Egor Egorov
Giannis, Friday, November 29, 2002, 2:36:45 PM, you wrote: GV> I was looking for mysql 4.0.x source that 's why i didn 't see any.I GV> found mysql 3.23.53 source. Check it here: http://www.mysql.com/downloads/mysql-standard-4.0.html -- For technical support contracts, goto https://o

Re: ssl support in mysql

2002-11-29 Thread Solid Plasma (slpl)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Giannis, Friday, November 29, 2002, 12:36:45 PM, you wrote: > Lenz Grimmer wrote: >> On Friday 29 November 2002 12:45, Giannis Vrentzos wrote: >> >> >>>I can only find binary packages. >>>Any link for the source code? >> >> >> Look deeper down

Re: ssl support in mysql

2002-11-29 Thread Giannis Vrentzos
Lenz Grimmer wrote: On Friday 29 November 2002 12:45, Giannis Vrentzos wrote: I can only find binary packages. Any link for the source code? Look deeper down on the download pages - the sources are at the bottom of the page. Bye, LenZ - -- I was looking for mysql 4.0.x source that 's w

Re: ssl support in mysql

2002-11-29 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 29 November 2002 12:45, Giannis Vrentzos wrote: > I can only find binary packages. > Any link for the source code? Look deeper down on the download pages - the sources are at the bottom of the page. Bye, LenZ - -- For technical s

Re: ssl support in mysql

2002-11-29 Thread Tonu Samuel
On Fri, 2002-11-29 at 13:23, Giannis Vrentzos wrote: > Hello. > > Can somebody tell me how can i enable ssl support in mysql? All is in manual. And manual is included with MySQL distribution and http://www.mysql.com. Always. In case of security-specific questions not covered in man

Re: ssl support in mysql

2002-11-29 Thread Giannis Vrentzos
Lenz Grimmer wrote: On Friday 29 November 2002 12:23, Giannis Vrentzos wrote: Can somebody tell me how can i enable ssl support in mysql? By recompiling with OpenSSL support: http://www.mysql.com/doc/en/Secure_requirements.html Thanks for your answer. I can only find binary packages

Re: ssl support in mysql

2002-11-29 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 29 November 2002 12:23, Giannis Vrentzos wrote: > Can somebody tell me how can i enable ssl support in mysql? By recompiling with OpenSSL support: http://www.mysql.com/doc/en/Secure_requirements.html We plan to offer binaries with

ssl support in mysql

2002-11-29 Thread Giannis Vrentzos
Hello. Can somebody tell me how can i enable ssl support in mysql? Thanks Giannis Vrentzos - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: MySQL with SSL support

2002-02-19 Thread James Carrier
Hi JC I know you said stunnel is not an option but how about SSLwrap? http://www.quiltaholic.com/rickk/sslwrap/ james At 18:49 19/02/2002 -0800, JC wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi All, > >Need: >Communicate securely using PKI from a DBI perl script to MySQL where >

MySQL with SSL support

2002-02-19 Thread JC
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Need: Communicate securely using PKI from a DBI perl script to MySQL where dozens of clients connect from multiple sites around the country (stunnel is not an option :( If I issue a grant command like such GRANT ALL PRIVILEGES ON test.* TO

Re: SSL Support

2001-11-19 Thread Benjamin Pflugmann
Hi. AFAIK, MySQL-Max is MySQL with different configure options (and therefore different components compiled in by default). The source tarball you found should contain everything you need to create your own "MySQL-Max" binary. Bye, Benjamin. On Wed, Nov 14, 2001 at 01:46:36PM +0200,

RE: SSL Support

2001-11-14 Thread Joachim Wickman
Thx Sinisa Obviously I'm pretty tired today :) I found MySQL 4.00 tarball, but it was the MySQL-Max I wanted .. There's only a binary rpm which I can't get to work. I'm running Slackware, so I prefer tarballs. // Joachim

Re: SSL Support

2001-11-14 Thread Sinisa Milivojevic
Joachim Wickman writes: > Hello > > I've tried to configure and compile latest MySQL 3.23 source with SSL and it didn't >complain or anything, > but didn't support SSL either when I check the have_ssl variable. > > So, am I doing anything wrong? > Is there any sources of MySQL 4.00 and MySQL-

SSL Support

2001-11-14 Thread Joachim Wickman
Hello I've tried to configure and compile latest MySQL 3.23 source with SSL and it didn't complain or anything, but didn't support SSL either when I check the have_ssl variable. So, am I doing anything wrong? Is there any sources of MySQL 4.00 and MySQL-Max 4.00? // Joachim -

Re: mysql w/SSL support howto?..

2001-08-07 Thread Tonu Samuel
On 07 Aug 2001 16:21:13 +0800, louie miranda wrote: > Is it possible for mysql 3.23.40 to support SSL. > > hm, how? No, from MySQL 4.0 only. -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Tonu Samuel <[EMAIL PROT

mysql w/SSL support howto?..

2001-08-07 Thread louie miranda
Is it possible for mysql 3.23.40 to support SSL. hm, how? i guess.. i will download, openssl? first. then ./configure -- etc make make install then, download the mysql source. then.. ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldfla gs=-all-static --with-ssl=../