[
https://issues.apache.org/jira/browse/CONNECTORS-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172809#comment-13172809
]
Karl Wright commented on CONNECTORS-314:
----------------------------------------
I got the database driver working, in the single-process example. I had to
clean up quite a bit of stuff having to do with database naming etc. To use:
ant build-dev
cd dist\example
[edit properties.xml to replace the database class as follows:
<property name="org.apache.manifoldcf.databaseimplementationclass"
value="org.apache.manifoldcf.core.database.DBInterfaceMySQL"/>
<property name="org.apache.manifoldcf.dbsuperusername" value="root"/>
<property name="org.apache.manifoldcf.dbsuperuserpassword" value="mysql"/>
... or whatever the superuser password is on your mysql installation]
<java> -jar start.jar
... and everything pretty much works, except for the reports.
> Combined MySQL and i18n/Japanese contribution
> ---------------------------------------------
>
> Key: CONNECTORS-314
> URL: https://issues.apache.org/jira/browse/CONNECTORS-314
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Framework agents process, Framework core, Framework
> crawler agent
> Affects Versions: ManifoldCF 0.5
> Reporter: Karl Wright
> Assignee: Karl Wright
> Labels: I18N, mysql
> Fix For: ManifoldCF 0.5
>
> Attachments: CONNECTORS-314-doc20111220.patch, CONNECTORS-314.patch,
> CONNECTORS-314.patch, connectors.patch, framework.patch
>
>
> Hitoshi Ozawa wishes to contribute i18n support, a Japanese localization, and
> MySQL database support, all in one patch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira