You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by da...@beaumont.as on 2001/07/23 20:17:16 UTC

more database issues

Hi,
I have changed the username and password in the maildatabase file but it is
still not working, I also added the driver to the classpath in run.bat.
Any more ideas?
Here are the contents of my maildatabase and my run.bat
@echo off
echo Avalon runner
set
LOCAL_CLASSPATH=Loader.jar;../lib/AvalonAware.jar;../lib/xerces.jar;../lib/mail_1_2.jar;../lib/activation.jar;../lib/mm_mysql-2_0_2-bin.jar;../../mysql_drivers/mm/mm_mysql-2_0_2-src.jar
java -cp "%CLASSPATH%;%LOCAL_CLASSPATH%" org.apache.avalon.loader.Main
jdbcDriver=org.gjt.mm.mysql.Driver
jdbcURL=jdbc:mysql://localhost
jdbcUsername=dave
jdbcPassword=dave
minconn=1
maxconn=2

-- 
Get your firstname@lastname email for FREE at http://Nameplanet.com/?su

---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


Re: more database issues

Posted by Oki DZ <ok...@pindad.com>.
On 23 Jul 2001 david@beaumont.as wrote:
> jdbcURL=jdbc:mysql://localhost
                                ^/<dbname>

You need to add the database name after the hostname.

Oki



---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org