You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

Install MySQL

1) Install the ODBC Connector
2) Install the MySQL Server and everything needed: http://dev.mysql.com/downloads/installer/
You can see Instructions to set up the server.
3) Create a database named "sdb"

MySQL Server must be up for the next step.

Configure the SDB

1) Set the environment variables (need to use cygwin) as stated here.
2) Edit the file

$SDBROOT/Store/sdb-mysql-innodb.ttl

according to the needs, rename it to sdb.ttl and place it in

$SDBROOT/bin

3) Put the MySql Driver (jar file found in http://dev.mysql.com/downloads/connector/j/5.0.html) in

$SDBROOT/lib

4) Run the command

$SDBROOT/bin/sdbconfig --sdb=sdb.ttl --create

Jena SDB Website Instructions:
http://jena.apache.org/documentation/sdb/installation.html
http://jena.apache.org/documentation/sdb/quickstart.html

  • No labels