Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
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 lurking in the Monastery: (5)
As of 2024-04-19 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found