exception: SyntaxError: Unexpected token ILLEGAL
工具是rockmongo
说是有语法错误 但是不知道哪的错误 谷歌搜索是“”有这一对的东西 不过我把里面这一对的都替换了还是报这个错误文件是从线上的mongo导出的 可能mongo 版本不一样?求解
Les données traitées par mongodb 2.4export doivent être importées dans mongodb3.0 L'original
mongoimport -h localhost -port 27017 -d test -c test business.log
par
mongoimport --host localhost --port 27017 --db test --collection test business_new.log
-h -> --host-p -> --port-d ->
Les données traitées par mongodb 2.4export doivent être importées dans mongodb3.0
RemplacezL'original
par
-h -> --host
-p -> --port
-d ->