create a database MonetDB

729 Views Asked by At

I have a problem with the creation of a new database. After that I started MonetDB Server, I insert this command: mserver5 --dbpath="C:\database1"

But the server give me this error: !SintaxException:parseError:mserver5 --dbpath="C:\database1" !SintaxException:parseError: ^';' expected

What should i do to resolve this problem? Thanks

1

There are 1 best solutions below

0
On

What MonetDB version are you using on what platform? Presumably Windows and this error message is indicative of a broken installation, potentially caused by moving files/folders around directly on your machine, such that the expected location for server initialisation files can not be found.