對 mongodb
不太了解
測試環境使用的是 test 資料庫
用一段時間,test 資料庫的權限和資料表就自動被清除了
不知道到哪裡可以看到操作日誌呢?
運作環境
os: centos 7.x
mongodb: 2.6
淡淡烟草味2017-05-02 09:26:11
1,設定profile,然後查看資料庫操作日誌,例如:
设置:
db.setProfilingLevel(2)
db.getProfilingLevel()
查看:
db.system.profile.find()
2,重要的系統建議使用MongoDB企業版,企業版提供完整的安全審計功能。
供參考。
Love MongoDB,Have fun!