Hi Mitch,

The configuration that you have seems to be perfectly fine .
Could you please let us know what error you are seeing in the logs ?

Also, could you please confirm whether you have the 
mysql-connector-java-5.1.12-bin.jar under the lib folder ? 

Following is my configuration that I used and works perfectly fine
    <dataSource driver="com.mysql.jdbc.Driver" autoCommit="true" 
url="jdbc:mysql://localhost:3306/mysql" user="username" password="password" />


Thanks,
sS


----- Original Message ----
From: MitchK <mitc...@web.de>
To: solr-user@lucene.apache.org
Sent: Wed, March 31, 2010 12:57:04 AM
Subject: Re: DIH - Unable to connect to a DB using JDBC:ODBC bridge


Hi,

sorry, I have not much experiences in doing this with Solr, but my
data-config.xml looks like:

<dataConfig>
    <dataSource driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/db" user="user" password="..."
batchSize="-1"/>
    <document>
            ....
    </document>
</dataConfig>

The "db" at the end of the url stands for the db you want to use. 

Perhaps this helps a little bit.

Kind regards
- Mitch
-- 
View this message in context: 
http://n3.nabble.com/DIH-Unable-to-connect-to-a-DB-using-JDBC-ODBC-bridge-tp686781p687887.html
Sent from the Solr - User mailing list archive at Nabble.com.



      

Reply via email to