Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52590 invoked by uid 1010); 13 Mar 2006 16:24:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52574 invoked from network); 13 Mar 2006 16:24:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2006 16:24:34 -0000 X-Host-Fingerprint: 87.123.85.183 i577B55B7.versanet.de Received: from ([87.123.85.183:5230] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AE/5D-55982-0CC95144 for ; Mon, 13 Mar 2006 11:24:32 -0500 Message-ID: To: internals@lists.php.net Date: Mon, 13 Mar 2006 17:24:30 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.85.183 Subject: Re: Multiple MySQL Connections From: lsmith@php.net (Lukas Smith) Nick Mitin wrote: > I was trying to create 2 mysql connections. this is a user question and should therefore not be directed at the internals list.. 1) persistent connections have issues: http://de2.php.net/manual/en/features.persistent-connections.php 2) use the new link parameter to get a new connection for a host you previously already connected to: http://de2.php.net/manual/en/function.mysql-connect.php regards, Lukas