I uses Mysql also and have the following datasource;

 <data-source
     class="com.evermind.sql.DriverManagerDataSource"
     name="Mysql"
     location="jdbc/mysql"
     connection-driver="org.gjt.mm.mysql.Driver"
     username="user"
     password="password"
     url="jdbc:mysql://localhost/ERP"
     inactivity-timeout="30"
 />

this works correct.
ps. put the mm.mysql-2.0.1-bin.jar in the lib directory of orion.

Chris Gerrist
[EMAIL PROTECTED]


----- Original Message -----
From: Kesav Kumar <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Sunday, June 03, 2001 12:45 AM
Subject: Re: Database Pooling with Orion


> In orion/config directory there is a file datasouces.xml look into this
file
> this gives you an idea of how to setup database pool.
>
> If you need more information regarding each element in datasource.xml look
> into the following link
>
> http://www.orionserver.com/docs/data-sources.xml.html
>
>
> ----- Original Message -----
> From: "Daniel Frey" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Saturday, June 02, 2001 11:35 AM
> Subject: Database Pooling with Orion
>
>
> > Hi.
> >
> > I was looking to setup a database pool with Orion and
> > MySQL, just as a test.  I could not find any
> > documentation on that.  If anyone was able to do this,
> > could you please let me know.
> >
> > Thank you,
> >
> > Dan
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail - only $35
> > a year!  http://personal.mail.yahoo.com/
> >
>


Reply via email to