View Single Post

   
  #3 (permalink)  
Old 05-07-2008, 06:20 PM
Sebastian Mendel
 
Posts: n/a
Default Re: connectors: per session persistent connection (PHP)


isn't this the general mysql list? isn't mysqlnd maintained by mysql?


Michael Dykman schrieb:
> This is a little off-topic for this list (recent PHP tutorials
> nowithstanding)... replying offline
> On Wed, May 7, 2008 at 5:36 AM, Sebastian Mendel
> <lists@sebastianmendel.de> wrote:
>> Hi,
>>
>> wouldn't it be very helpful if mysql connectors support some sort of per
>> session persistent connection?
>>
>> this would save a lot of queries in many apps, for example SET NAMES,
>> setting variables, creating temporary tables
>>
>>
>> or are there any other methods i am not aware of to achieve this?



Reply With Quote