I create a monetdb database using mserver5 (in actual fact I use R and MonetDB.R for this part). Retrospectively (once the db has been created) I would like to do the following:
- set a remote connection to the db
- set a passphrase for the remote connection (apparently necessary)
Please note that from the manuals I think I can do the above on a new dbFarm created with monetdbd.
My problem is to do the above retrospectively on an existing db.
To start I tried to use monetdbd and pointing it to the db folder (created by mserver5) with
monetdbd get all myFolderCreatedWithmserver5
But I get
unable to read properties from myFolderCreatedWithmserver5: no such file or directory