I don't use DBI, but when I connect via 'localhost', the client does not
use an IP
port, but rather uses the MySQL socket file.  You must be sure to have
the
second instance of your MySQL server come up with its own socket file,
and
connect to that socket instead of the default one.

The other solution is to not connect via 'localhost', but via your
server's IP address,
for which port 3400 should work.

Cheers,

Kent Hoover


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to