Thanks all, I'll try this


On Mon, Oct 27, 2014 at 1:45 PM, Ishara Cooray <[email protected]> wrote:

> Hi Susinda,
>
> In order to use mysql you have to change url, usename , password and
> driver according to your mysql driver configurations.
> Ex:
>
>                 <configuration>
>                     <url>jdbc:mysql://localhost:3306/REMOTEDB</url>
>                     <username>root</username>
>                     <password>root</password>
>                     <driverClassName>com.mysql.jdbc.Driver</driverClassName>
>
>                     <maxActive>50</maxActive>
>                     <maxWait>60000</maxWait>
>                     <testOnBorrow>true</testOnBorrow>
>                     <validationQuery>SELECT 1</validationQuery>
>                     <validationInterval>30000</validationInterval>
>                 </configuration>
>
> And copy mysql-connector-java-v.jar to /repository/components/lib .
>
> Thanks & Regards,
>
> Ishara Cooray
> Senior Software Engineer
> Mobile : +9477 262 9512
> WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
>
>


-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to