Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Problem connecting with SSL to mySQL database

by ibm1620 (Hermit)
on Apr 10, 2019 at 23:29 UTC ( [id://1232428]=note: print w/replies, xml ) Need Help??


in reply to Re: Problem connecting with SSL to mySQL database
in thread Problem connecting with SSL to mySQL database

Brent,

Thanks for your feedback. I didn't get any different results using absolute paths in the shebang line. And I'm running under the same account in all cases (the same account whose credentials I'm providing to mysql).

I don't know what a "self-signed SSL certification" is so I don't know if that's what we have, or whether that's a misleading error message. I think we've established that the only thing different is the version (or location?) of Perl and its library of modules.

I'm going to try to figure out if this is a matter of missing modules, or of the way the 5.16 version was configured when it was built.

  • Comment on Re^2: Problem connecting with SSL to mySQL database

Replies are listed 'Best First'.
Re^3: Problem connecting with SSL to mySQL database
by dorko (Prior) on Apr 11, 2019 at 00:09 UTC
    hmm... I'm really out of decent ideas.

    I haven't used DBI in quite some time. Perhaps you can try enabling some debugging information by using DBI->trace() ?

    Something like:

    DBI->trace($trace_setting);
    where $trace_setting is number from 1 and 15. Start with 1 and work your way up until you see something useful.

    Cheers,

    Brent

    -- Yeah, I'm a Delt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1232428]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found