[opencms-dev] how many MySQL connections does the import phase of the install need?

Thomas März thomasmaerz at gmx.de
Mon Jun 2 07:58:01 CEST 2003


kylekc <kylekc at comcast.net> writes:
> I think I'm about one tweak away from getting OpenCMS working in ISP-land,
> and not just on my PC.
>
> [I has posted a couple of days ago, having problems getting the import phase
> of the OpenCMS 5.0.0 install to run at all at one ISP. So I switched to
> another. The import runs much better at the new ISP -- it runs!]
>
> At the new ISP -- during the import phase of the install, while it's a good
> sign that the import runs and generates output, I'm getting java exceptions
> during connection attempts to MySQL, due to not enough MySQL connections
> allowd for my account.
>
> How many MySQL connections do I need to ask my ISP for, to allow the import
> phase of the OpenCMS install to complete? I can ask my ISP to "up" my MySQL
> connection limit (says their FAQ) but I need to know how many I need.

,----[ opencms.properties ]
| # Parameters for the mySQL connection-pool
| pool.mysql.driver=org.gjt.mm.mysql.Driver
| pool.mysql.url=jdbc:mysql://localhost:3306/opencms
| pool.mysql.user=
| pool.mysql.password=
| pool.mysql.minConn=10
| pool.mysql.maxConn=20
| pool.mysql.increaseRate=5
| pool.mysql.timeout=120
| pool.mysql.maxage=360
`----

Change the values and try to install again. I hope this helps.

Best Regards,
Thomas März



More information about the opencms-dev mailing list