Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 UTF-8 文档保存到 MongoDb 中。当我显示到 mongo 控制台客户端时,出现错误或崩溃:
>db.folders.find(); 错误:检测到非 ascii 字符
如何通过控制台客户端将文档数据查看到 MonoDb 中?
MongoDB 默认处理 UTF-8,无需配置。您的问题在于您的 PuTTy 配置。
尝试将选项“窗口 > 翻译 > 接收到的数据假定在哪个字符集中:”设置为 UTF-8。