I had config:
<data-source name="maildb"
class="org.apache.james.util.dbcp.JdbcDataSource">
<!--<driver>org.gjt.mm.mysql.Driver</driver>-->
<driver>com.mysql.jdbc.Driver</driver>
<dburl>jdbc:mysql://127.0.0.1/mail?autoReconnect=true</dburl>
<user>root</user>
<password>root</password>
<max>20</max>
</data-source>
but it does not successfully yet.
Norman Maurer wrote:
>
> Please try to change:
>
> <driver>org.gjt.mm.mysql.Driver</driver>
>
>
> to:
>
> <driver>com.mysql.jdbc.Driver</driver>
>
>
> I think the wrong connector is used to connect. If your problems still
> persisist, post the exception you get again..
>
>
> bye
> Norman
>
>
> myepoch schrieb:
>> mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to
>> james/lib/
>>
>> mysql version is 4.1
>>
>>
>> You need to upgrade to a new mysql connector to get it workin with mysql
>> 4.1 or 5.x.. (if im not wrong).
>>
>>
>> bye
>> Norman
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/store-emakl-data-by-MySQL%2Coccur-error-when-run.bat-tf2427782.html#a6771748
Sent from the James - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]