Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cuent/marmotta

Repository files navigation

README for users interested in using MySQL as a triplestore backend
===================================================================
The KiWi Triple Store used by Apache Marmotta supports different database
backends, including H2, PostgreSQL and MySQL. However, for legal reasons,
we are not allowed to distribute the MySQL connector library together with
the Apache Marmotta source code or binaries, as it is licensed under GPL
license.
Nonetheless, it is possible to use MySQL by downloading and installing the
connector manually:
 1. download and unpack the MySQL Connector/J from
 http://dev.mysql.com/downloads/connector/j/
 2. copy the mysql-connector-java-5.x.x.jar file to
 a. the library directory of the application server
 (e.g. $TOMCAT_HOME/lib)
 -- OR --
 b. the library directory of the Apache Marmotta Web application
 (e.g. $TOMCAT_HOME/webapps/marmotta/WEB-INF/lib)
 3. restart the application server
Apache Marmotta will then automatically be able to use the MySQL connector
to connect to a MySQL database. Please note that Marmotta requires at least
MySQL 5.x, because it makes use of nested queries and foreign keys.

About

Mirror of Apache Marmotta

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Java 93.5%
  • HTML 2.8%
  • JavaScript 1.9%
  • PHP 0.8%
  • CSS 0.5%
  • Shell 0.2%
  • Other 0.3%

AltStyle によって変換されたページ (->オリジナル) /