On Mon, 24 Mar 2003, Casella, Richard A wrote:

> I am having a problem getting this to work and the documentation
> I have found doesn't seem to be helping, hopefully someone out there
> can help me.
> 
> I am using MySQL 4.01-Gamma on a Debian Linux box. I have configured
> MySQL exactly as the manual shows in Section 4.3.9 - Using Secure
> Connections, including 4.3.9.3 - Setting up SSL Certificates. This
> all works as advertised if I access mysql from the command line.
> 
> I have a short Perl program which I have included which uses DBI 1.32.
> I can not get the authentication to work whether I include "$password"
> or not. I get the following error...
> 


Did you compile DBD::mysql to use SSL? As in:

perl Makefile.PL -ssl


> [EMAIL PROTECTED]:rac$ dbtest.pl
> DBI 
> connect('menagerie:localhost;mysql_read_default_file=/home/rac/.my.cnf','rac
> ',...) 

Why bother with ssl when connecting to localhost?



Rudy


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to