On Mon, 2011-04-18 at 19:09 +0200, Olaf van der Spek wrote: > On Mon, Apr 18, 2011 at 7:00 PM, Brian Moon <[email protected]> wrote: > > PHP is probably using the mysql socket instead of TCP/IP to connect to > > Drizzle. > > There's a bug in PHP where it'll use the socket for anything on > localhost instead of just for port 3306.
That isn't a PHP bug, that is a libmysqlclient 'feature' (I believe it is even documented somewhere). Use '127.0.0.1' instead to work around it. Kind Regards -- Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/ _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

