windows下使用MongoDB Compass Community遠程鏈接mongodb

windows下使用MongoDB Compass Community遠程鏈接mongodbmongodb

關鍵詞: 發佈時間:2018-08-01 23:22:29 瀏覽次數:290shell

場景:vim

win10下裝了MongoDB Compass Community,也裝了viturlbox虛擬機,虛擬機中裝了mongodb,如今須要在windows下經過MongoDB Compass Community鏈接虛擬機中的mongodbwindows

 

1.Hostname默認是localhost,此處填寫域名或者ip號會提示「Error creating SSH Tunnel: (SSH) Channel open failure: Connection refused」。服務器

2.Port默認是27017.ssh

3.通常咱們經過SSH鏈接,此處填寫與shell相同的鏈接信息便可。url

4.找到/etc下的mongod.conf,把 「bindIp: 127.0.0.1」這一句註釋掉,即在前面加一個「#」,使其能經過外鏈鏈接。rest

5.須要修改服務器上/etc/ssh下的sshd_config文件,增長一行「AllowTcpForwarding yes」(經過sudo vim 來修改文件,不清楚此命令的同窗請自行搜索),來容許其經過TCP進行鏈接。而後運行sudoservice sshd restart來重啓ssh。blog

最後點擊Connect,大功告成。ip

image.png

贊:(0)

踩:(0)

相關文章
相關標籤/搜索