Aug-21-2021, 12:59 PM
When I try to connect to MongoDB, I can't connect. It says the machine on the other end refused the connection.
[attachment=1232]
import pymongo baglanti = pymongo.MongoClient("mongodb+srv://newuser:[email protected]/Denemeler?retryWrites=true&w=majority") db = baglanti["Denemeler"] koleksiyon = db["Borc"] koleksiyon.insert({"kullaniciadi": kullanici_adi, "sifre": sifre_giris})What is problem? How can i solve?
[attachment=1232]