Re: Configuring MySQL with JAMES

2006-08-25 Thread Raghavendra Setty
Thanks Santosh, It worked. Thanks again Rag Setty On Fri, 2006-08-25 at 18:51 +0530, Santosh Puranshettiwar wrote: > Replace *org.gjt.mm.mysql.Driver* with com.mysql.jdbc.Driver or Connector/J. > > > Raghavendra Setty wrote: > > Hi all, > > > > I am working on JAMES version 2.2.0. Till now i w

Re: Configuring MySQL with JAMES

2006-08-25 Thread Stefano Bagnara
Upgrade your connector/j driver to 5.0.3 (mm-mysql-2.0.4 that we bundle with 2.2.0 is not fully compatible with Mysql 4.1). Then make sure that you telnet port 3306 and the connection is accepted by mysql, otherwise you have misconfigured mysql. Check your my.cnf and remove the "skip networkin

Re: Configuring MySQL with JAMES

2006-08-25 Thread Santosh Puranshettiwar
Replace *org.gjt.mm.mysql.Driver* with com.mysql.jdbc.Driver or Connector/J. Raghavendra Setty wrote: Hi all, I am working on JAMES version 2.2.0. Till now i was using file as Storage type (which is default). Now i am trying to use MySQL as the storage repository. Below is the environment on w

Configuring MySQL with JAMES

2006-08-25 Thread Raghavendra Setty
Hi all, I am working on JAMES version 2.2.0. Till now i was using file as Storage type (which is default). Now i am trying to use MySQL as the storage repository. Below is the environment on which i am working: OS: Linux Ubuntu 6.0 JAMES: 2.2.0 MySQL: 4.1 Java 5 Have created a DB with name "ofbi