Voting

: max(eight, seven)?
(Example: nine)

The Note You're Voting On

paul at mtnlist dot com
12 years ago
If you want to connect via an alternate port (other than 3306), as you might when using an ssh tunnel to another host, using "localhost" as the hostname will not work.

Using 127.0.0.1 will work. Apparently, if you specify the host as "localhost", the constructor ignores the port specified as an argument to the constructor.

<< Back to user notes page

To Top