Re: [PHP-DEV] PDO/MySQL connect broken for remote hosts

2005-02-18 Thread Wez Furlong
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', '', '***

[PHP-DEV] PDO/MySQL connect broken for remote hosts

2005-02-18 Thread Timm Friebe
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] [