You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Cocoon User <co...@eng.gr> on 2002/09/26 09:41:05 UTC

mySQL connection pool

i have an mySQL database: "myDB" with one  table "myTable" running at
localhost

can you please give me an example of connection pool syntax for
cocoon.xconf file ?


thank

Kounis Stavros




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: mySQL connection pool

Posted by Richard Reyes <ri...@voxsant.com>.
Something like this...

  <datasources>

    <jdbc name="ConnMySQL">
      <pool-controller min="5" max="10"/>
      <dburl>jdbc:mysql://localhost/db_xxx</dburl>
      <user>root</user>
      <password></password>
    </jdbc>
    
    
  </datasources>

----- Original Message ----- 
From: "Cocoon User" <co...@eng.gr>
To: <co...@xml.apache.org>
Sent: Thursday, September 26, 2002 12:41 AM
Subject: mySQL connection pool


> 
> i have an mySQL database: "myDB" with one  table "myTable" running at
> localhost
> 
> can you please give me an example of connection pool syntax for
> cocoon.xconf file ?
> 
> 
> thank
> 
> Kounis Stavros
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
> 
> 
> 


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>