Kieran Kirwan said: > 2 Define connection pool (cocooon.xconf) > <jdbc name="abc" logger="core.datasources.abc"> > <pool-controller min="5" max="10"/> > <auto-commit>false</auto-commit> > <dburl>jdbc:mysql://localhost/abc</dburl> > <user>root</user> > <password/> > </jdbc>
Did you try specifying the port that MySQL is running on? eg, if you were using the default setup the dburl would be: jdbc:mysql://localhost:3306/abc Rod. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
