in reply to Connecting to mysql using DBI and a non-standard socket
which would translate in DBI tomysql -h localhost -P <port> -u root --password=password nemo
my $dbh = DBI->connect("DBI:mysql:database=nemo;host=localhost;port=$p +ort", 'root', 'password', \%attr);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Connecting to mysql using DBI and a non-standard socket
by gellyfish (Monsignor) on Jul 05, 2005 at 20:18 UTC |