You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by John Williams <jo...@ennui.co.za> on 2003/09/14 15:41:50 UTC

Re: tutorial - MySQL - NoValidConnectionException: No valid JdbcConnection class available

Flavio wrote:
>     <dburl>jdbc:mysql://localhost/cocoon</dburl>

This looks wrong. Surely the url for the jdbc db must be
<protocol>://<host>:<port>, eg
<dburl>jdbc:mysql://localhost:3306</dburl>

I think 3306 is the port for MySQL. MS SQLServer uses 1433.

John


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org