Robo 3t deleted mongodb collection Times error

as follows, I entered a command to delete id=5b4c5ac63ce96b02e39b0c08 data in robo 3t and reported an error. How can I solve this problem?

db.getCollection("user").deleteOne({"_id" : ObjectId("5b4c5ac63ce96b02e39b0c08")})

clipboard.png

Apr.11,2021

solution:
Don't use secondary connection address, use primary connection address to operate

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b383a9-2b943.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b383a9-2b943.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?