0

当我尝试使用 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 }).
4

1 回答 1

0

解决了。服务器版本比客户端版本旧。

于 2013-08-12T19:12:07.723 回答