Hi Todd, Thanks for using MonetDB. On 02-03-2007 13:54:51 -0600, Todd Gruben wrote:
mserver5 # MonetDB Server v5.0.0_beta1_2 # Copyright (c) 1993-2007 CWI, all rights reserved # Compiled for i686-redhat-linux-gnu/32bit with 32bit OIDs dynamically linked # dbname:demo # Visit [1]http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /root/MonetDB/etc/monetdb5.conf)
So far so good. Just like the docs. Now comes the trouble, I flip over to another shell and execute the following command
mjclient -lsql -u monetdb
and for the password i use monetdb This is the error that I receive: MALException:setScenario:Scenario 'sql' not initialized
Any ideas? I am thinking i have missed something but can't really grasp what that is.
You did it all right, but there is just one thing we failed to do properly. The SQL module isn't started. To start it, type on the server console prompt: include sql; That should do the trick.