Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: Using DB->connect for mysql db without password

by angeloulivieri (Novice)
on Sep 11, 2013 at 13:31 UTC ( #1053494=note: print w/replies, xml ) Need Help??


in reply to Re^3: Using DB->connect for mysql db without password
in thread Using DB->connect for mysql db without password

Yes, I tried. It didn't worked....
  • Comment on Re^4: Using DB->connect for mysql db without password

Replies are listed 'Best First'.
Re^5: Using DB->connect for mysql db without password
by poj (Abbot) on Sep 11, 2013 at 13:50 UTC
    Using '' (or undef) works for me
    #!perl use strict; use DBI; my $dbh = DBI->connect('DBI:mysql:test:localhost','','') or die $DBI::errstr; print $dbh->tables;
    poj

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2023-03-30 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (74 votes). Check out past polls.

    Notices?