Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Problem connecting with SSL to mySQL database

by dorko (Prior)
on Apr 11, 2019 at 00:30 UTC ( [id://1232432]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/shebang_goes_here
    use warnings;
    ...
    my $conn = 'DBI:mysql:database=dwcontact;host=192.168.200.39;port=3402
    +;mysql_ssl=1';
    print Dumper ($conn);
    my $dbh  = DBI->connect($conn, $user, $pass);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found