Re: [PHP] Two MySQL instances in one server

2007-10-15 Thread mike
On 10/15/07, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: > I have tried this once but PHP can only connect to one MySQL server > because it can only read one socket file at a time. are you sure? I am using multiple datasources (not socket ones) but I see absolutely no reason

[PHP] Two MySQL instances in one server

2007-10-15 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hi all, Would it be possible to have two MySQL instances running on one server (each having different ports) and then have only one running Apache server with PHP? I have tried this once but PHP can only connect to one MySQL server because it can only read one socket file at a time. As much as po