
14 Mar
2007
14 Mar
'07
5:53 a.m.
How do you configure MonetDB to allow SQL connections from clients on computers separate from the server? On linux I used to do something like this: --dbinit="module(sql_server); sql_server_start(TRUE);" but that throws an error on Windows. i.e. I get this: C:\> netstat -na | grep 50000 TCP 127.0.0.1:50000 0.0.0.0:0 LISTENING but I want: TCP 0.0.0.0:50000 0.0.0.0:0 LISTENING