username/password properly for jdbc when using merovingian. I realize that is not related to this bug, but something I'll need to understand once the bug is fixed so I'd like to know this in advance. Thank you.
either: use a new database (or remove the old one), or use merovingian again.
This is happening after a fresh install. No db exists. Here are my steps: 1) start with a clean machine - no monetdb every installed previously. 2) run the .sh to install / build from source. BTW I am using the --optimise feature in case that matters. 3) once completed I am doing this: changing the /etc/monetdb5.conf file to set /mnt/MonetDB5/dbfarm as the farm location. Then doing this: mkdir -p /mnt/MonetDB5/dbfarm merovingian monetdb create demo monetdb start demo mclient -lsql --time --database=demo mclient connects fine with monetdb/monetdb But then neither jdbcclient.jar nor my real jdbc baesd app can connect - says invalid credentials for monetdb! Am I doing something wrong or is there a bug? Thank you.