[MKSearch-dev] Sample database storage configuration and scripts

Chris Croome chris at webarchitects.co.uk
Wed Jan 11 13:53:31 GMT 2006


Hi

On Tue 10-Jan-2006 at 04:52:56PM -0000, Phil Shaw wrote:
> 
> http://www.mksearch.mkdoc.org/howto/database-storage-configuration/

OK, I have done all that...

> Run the indexer using one of the new scripts I have added, e.g.
> 
> $mk_home/bin/java-jspider-mysql.sh 
> http://test.mksearch.mkdoc.org/meta/scheme/index.html rdfstoredb
> 
> When complete, log in to the database. A query like this will show 
> the stored literals:
> 
> select * from literals;

Hmm, I get:

  mksearch_test=# select * from literals;
  ERROR:  relation "literals" does not exist

One thing I'm not sure about is if *any* data is being written to the
database...

In $mk_home/conf/rdfstoredb/plugins/rdfstore.properties I have:

  plugin.config.dbVendor=pgsql
  plugin.config.dbName=mksearch_test
  #plugin.config.dbUser=Phil
  plugin.config.dbUser=chris
  plugin.config.dbPass=

And the chris postgresql has root permissions and I'm running the spider
as chris... but I have a feeling that I'm missing something... But I'm
not sure what... Any ideas?

Chris

-- 
Chris Croome                               <chris at webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   


More information about the MKSearch-dev mailing list