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

Compare with Current View Page History

« Previous Version 24 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 an empty database named "sdb". It can be done using MySQL Workbench. Database tab > Query Database > Connect > Click on the button "Create a new schema in the connected server".

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

5) Follow the instructions on Jena Website (Initialising the database)

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

  • No labels