Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
can't load Jdbc driver
sandeepBha
hi all,
I am not able to create Data source with mysql database.
although I have managed Driver with mysql.connector.5.1.jar file
I have correctly fill all the entry about Driver, URL , User name and password.
please reply soon its urgents.
Regards
sandeep
Find more posts tagged with
Comments
vaishnavi
Hi Sandeep,
Please Pass the below connection for connecting with mysql datasource:
Driver Class:com.mysql.jdbc.Driver (%driver.name.mysql)
Database URL:jdbc:mysql://host[ :port]/[database][?PROP1=VALUE1][&PROP2=VALUE2]
Hope so it will work.
Regards,
Vaishnavi