mongoexport -h db.mysite.com -u myUser -p myPass -c myCollection
But the response I get is:
ERROR: too many positional options
What's that about?
|
But the response I get is:
What's that about? |
||||
|
I had the same problem. Found a group post somewhere which said to remove the space between the '-p' and the password, which worked for me. Your sample command should be:
|
|||
|
|
|
I had this same problem. In my case, I was using
I needed to surround the document with quotes:
|
|||
|
|
|
I had the same issue with the mongoexport utility (using 2.0.2). My fix was to use the FULL parameter name (i.e. not -d, instead use --db). |
|||
|
|
|
The same error I have encountered while importing a csv file. But its just, the fact that the field list which you pass for that csv file import may have blank spaces. Just clear the blank spaces in field list. Its the parsing error. |
||||
|
|
<http://db.mysite.com>doing in there? – dcrosta Sep 22 '11 at 20:45