poj#!perl use strict; use DBI; my $dbh = DBI->connect('DBI:mysql:test:localhost','','') or die $DBI::errstr; print $dbh->tables;
In reply to Re^5: Using DB->connect for mysql db without password
by poj
in thread Using DB->connect for mysql db without password
by angeloulivieri
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |