当我尝试使用mongo客户端连接到Mongo服务器时,我收到以下警告:
Error while trying to show server startup warnings: no such cmd
它仍然允许我访问,我可以访问数据库。 问题是当我尝试从C#访问数据库时。该警告抛出异常,应用程序终止。
使用的mongod命令是
mongod --port 30000
据我所知,没有启动脚本。
mongo服务器在另一台机器上的Debian上运行。
更新
.NET抛出的错误是
Unable to connect to server xxx.xxx.xxx.xx:30000: Command 'ping' failed: no such cmd (response: { "errmsg" : "no such cmd", "bad cmd" : { "ping" : 1 }, "ok" : 0.0 }).
答案 0 :(得分:0)
解决。服务器版本早于客户端版本。