RE: [OJB-developers] ERROR: Server configuration denies access to data source
Brought to you by:
thma
From: Alex C. <ac...@in...> - 2002-02-20 22:48:42
|
From: Ricardo Arg=FCello [mailto:ri...@ya...] > It turns out that this error: > java.sql.SQLException: Server configuration denies access=20 > to data source >=20 > was caused because MySql used its "max_connections" limit of 100. >=20 > I tried to initialize MySql with a parameter of=20 > max_connections=3D1000, but it gave me the same error. Are you sure? I usually see this error when there's a permissions = problem. -0xe1a |