Thanks; committed.
--Wez.
On Fri, 18 Feb 2005 11:16:34 +0100, Timm Friebe <[EMAIL PROTECTED]> wrote:
> Hi,
> has anyone noticed PDO/MySQL will always try to connect locally
> regardless of what I put in the host=... DSN part?
>
> The statement:
> new PDO('mysql:host=php3.de', '', '***
Hi,
has anyone noticed PDO/MySQL will always try to connect locally
regardless of what I put in the host=... DSN part?
The statement:
new PDO('mysql:host=php3.de', '', '***');
will only throw a PDOException:
Fatal error: Uncaught exception 'PDOException' with message
'SQLSTATE[HY000] [