COPY INTO test from '/tmp/bla'; COPY INTO: insufficient privileges: COPY INTO from file(s) requires administrator rights, use 'COPY INTO "test" FROM STDIN' instead can you help me -- View this message in context: http://old.nabble.com/COPY-INTO-tp34088907p34088907.html Sent from the monetdb-users mailing list archive at Nabble.com.
DADOU, as the error message says, COPY INTO from file(s) requires administrator rights, i.e., e.g., user monetdb; alternatively, use 'COPY INTO "test" FROM STDIN' instead. See also http://sourceforge.net/mailarchive/message.php?msg_id=29469144 Stefan On Thu, Jun 28, 2012 at 03:51:48PM -0700, DADOU wrote:
COPY INTO test from '/tmp/bla';
COPY INTO: insufficient privileges: COPY INTO from file(s) requires administrator rights, use 'COPY INTO "test" FROM STDIN' instead
can you help me -- View this message in context: http://old.nabble.com/COPY-INTO-tp34088907p34088907.html Sent from the monetdb-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- | Stefan.Manegold @ CWI.nl | DB Architectures (INS1) | | http://CWI.nl/~manegold/ | Science Park 123 (L321) | | Tel.: +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
On 28-06-2012 15:51:48 -0700, DADOU wrote:
COPY INTO test from '/tmp/bla';
COPY INTO: insufficient privileges: COPY INTO from file(s) requires administrator rights, use 'COPY INTO "test" FROM STDIN' instead
For the upcoming Jul2012 release, we changed this into "database administrator rights" to hopefully make it more clear this refers to the monetdb (by default) user of the database, as already pointed out by Stefan. Fabian
participants (3)
-
DADOU
-
Fabian Groffen
-
Stefan Manegold