Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Connecting to mysql using DBI and a non-standard socket

by logan (Curate)
on Jul 05, 2005 at 19:34 UTC ( [id://472574]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %attr;
    $attr{socket} = "/usr/kasenna/mysql/tmp/mysql.sock";
    my $dbh = DBI->connect('dbi:mysql:nemo', 'nemo', 'password', \%attr);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found