Info |
---|
Valid from 5.0The documentation below is valid from Datafari v3.0 upwards |
In order to crawl databases as MySQL or Oracle databases, please respect these steps (this example is for Debian and for a MySQL database but it is almost the same for Windows version) :
...
./connector-lib-proprietary/mysql-connector-java-5.1.35-bin.jar:
You will have this :
...
Restart Datafari to load the library
You can now index your Database in ManifoldCF
Configure the repository connection :
...
You can check it in Solr admin :
...
Expand | ||
---|---|---|
| ||
In order to crawl databases as MySQL or Oracle databases, please respect these steps (this example is for Debian and for a MySQL database but it is almost the same for Windows version) :
Here : mysql-connector-java-5.1.35-bin.jar
And add the path to the new lib in the -cp parameter : ./connector-lib-proprietary/mysql-connector-java-5.1.35-bin.jar: You will have this :
You will see the message : 'Driver class not found' .But it is not the case : the driver is correctly loaded.
And you will see in the history that the job is correctly executed. You can check it in Solr admin : |