Can you try the below Url : jdbc:mysql://localhost:3306/ Driver : com.mysql.jdbc.Driver Ideally these values should get auto-populated if you are trying to add data source from management console. Nevertheless, give it a shot and let me know
Actually I have mssql pre installed And I wanted to connect that database as my data source So how do I do it It's external database which I want to connect
@@AnitaYadav-ss7ry The link [1] explains how to use MSSQL as the WSO2 CARBON DB if that is what you are looking for. If you are looking for Datasource configuration just to perform CRUD operations against it, the steps to follow are more or less the same as in the video except that instead of H2, as demonstrated in the video, you have to select MS SQL server as database engine. [1] - docs.wso2.com/display/EI660/Changing+to+MSSQL
Hi,
It was very quick and easy to understand the use of ESB and its component.
Hello sir,
I don't know how to add the data source url and driver
I want to use with Oracl database engine.
Thanks Sir.
WSO2_CARBON_DB
The datasource used for registry and user manager
jdbc/WSO2CarbonDB
jdbc:oracle:thin:@SERVER_NAME:PORT/DB_NAME
regadmin
regadmin
oracle.jdbc.driver.OracleDriver
80
60000
5
true
SELECT 1 FROM DUAL
30000
hi sir, I don't know how to add the data source url and driver.....
I want to use local db from mssql
pls help me, sir
Can you try the below
Url : jdbc:mysql://localhost:3306/
Driver : com.mysql.jdbc.Driver
Ideally these values should get auto-populated if you are trying to add data source from management console. Nevertheless, give it a shot and let me know
Hello sir I'm not Able to add ms sql data source
I may be able to help you if you can provide me more details about what are you trying to achieve and what you have done already that didn't work.
Actually I have mssql pre installed
And I wanted to connect that database as my data source
So how do I do it
It's external database which I want to connect
@@AnitaYadav-ss7ry The link [1] explains how to use MSSQL as the WSO2 CARBON DB if that is what you are looking for. If you are looking for Datasource configuration just to perform CRUD operations against it, the steps to follow are more or less the same as in the video except that instead of H2, as demonstrated in the video, you have to select MS SQL server as database engine.
[1] - docs.wso2.com/display/EI660/Changing+to+MSSQL
@@integrationcorner268 thank you sir