Hello can you tell me how do i create a new database with monetdb? Thanks
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Yes but Monetdb Server give me an error if i insert:create database mydb;i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
http://www.monetdb.org/Documentation/monetdb-man-page
Or
man monetdb
Gaetano Mele
Yes but Monetdb Server give me an error if i insert:create database mydb;i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
------------------------------------------------------------------------
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
And I do not know the error:)
On Thu, Dec 12, 2013 at 1:00 PM, Gaetano Mele
Yes but Monetdb Server give me an error if i insert: create database mydb; i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
I tried with these commands:>create database mydb; and>monetdb -q -h 127.0.0.1 -p 50000 create database mydb;and, both cases, MonetDB Server give me this error :!SintaxException:parseError: create database mydb; !SintaxException:parseError: ^';' expected
Date: Thu, 12 Dec 2013 14:35:22 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
And I do not know the error:)
On Thu, Dec 12, 2013 at 1:00 PM, Gaetano Mele
wrote: Yes but Monetdb Server give me an error if i insert: create database mydb; i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
as the error message for "create database mydb;" says, MonetDB does not support "create database" statements in SQL. As the man pages for the monetdb tool says, the monetdb is tool to be called from your shell, not an SQL statement. Stefan ----- Original Message -----
I tried with these commands:
create database mydb; and monetdb -q -h 127.0.0.1 -p 50000 create database mydb; and, both cases, MonetDB Server give me this error : !SintaxException:parseError: create database mydb; !SintaxException:parseError: ^';' expected
Date: Thu, 12 Dec 2013 14:35:22 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
And I do not know the error:)
On Thu, Dec 12, 2013 at 1:00 PM, Gaetano Mele
wrote: Yes but Monetdb Server give me an error if i insert: create database mydb; i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
On 12/12/13 14:47, Gaetano Mele wrote:
I tried with these commands:
create database mydb; and monetdb -q -h 127.0.0.1 -p 50000 create database mydb; and, both cases, MonetDB Server give me this error : !SintaxException:parseError: create database mydb; !SintaxException:parseError: ^';' expected what the error message says, a syntax error as this statement in Monetdb is illegal.
Date: Thu, 12 Dec 2013 14:35:22 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
And I do not know the error:)
On Thu, Dec 12, 2013 at 1:00 PM, Gaetano Mele
wrote: Yes but Monetdb Server give me an error if i insert: create database mydb; i don't know why
Date: Thu, 12 Dec 2013 12:54:08 +0100 Subject: Re: create a database From: lsidir@gmail.com To: users-list@monetdb.org
Please refer to the documentation available on our website.
On Thu, Dec 12, 2013 at 12:39 PM, Gaetano Mele
wrote: Hello can you tell me how do i create a new database with monetdb? Thanks
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (4)
-
Gaetano Mele
-
Lefteris
-
Martin Kersten
-
Stefan Manegold